PASAR 2024 Comprehensive Reviewer
PASAR 2024 Comprehensive Reviewer
ACADEMIC REVIEW
PROGRAM
Copyright 2024 All rights reserved.
•
Example
A’
Given:
𝑆𝑒𝑡 𝐴 = {1,2,3,4,5}
𝑆𝑒𝑡 𝐵 = {2,4,6,8,10}
B’
𝑆𝑒𝑡 𝐶 = {3,6,9,12,15}
C’ Set Differences:
𝐴 – 𝐵 = {𝟏, 𝟑, 𝟓}
The complement of the 𝐵 – 𝐶 = {𝟐, 𝟒, 𝟖, 𝟏𝟎}
universal set or ‘∪’ is
𝐶 – 𝐴 = {𝟔, 𝟗, 𝟏𝟐, 𝟏𝟓}
always the NULL SET.
3|Page
(negative numbers), and 0. The set of
integers is denoted by ‘J’ or ‘Z’ → Identity matrix – is a square matrix
that has 1’s on the main diagonals
• Rational numbers – are numbers and 0’s for all other entries.
which can be expressed as a ratio
between two integers. Decimals which 1 0 0
terminate or have a repeating pattern 0 1 0
are considered rational numbers. 0 0 1
9 8 2 5 9 - 2 8 - 5 7 3
→ Square matrix – is a matrix with
equal number of rows and columns.
4|Page
→ In Multiplication, the condition is that → For 3x3, use the illustration below. Given
the number of columns in the first matrix a matrix M:
must be equal to the number of rows in
the second matrix. After the condition is
met, proceed with the multiplication
process. Multiply the elements of each
row of the first matrix to the elements of To work out this 3x3 matrix, choose a
each column of the second matrix and reference row or column. Assume that the
then add the product of each pair of first row is chosen, take ‘a’ first. The row
elements. The product must have the and column that intersects ‘a’ is ignored.
same number of rows with the first So, you have a 2x2 matrix which is
matrix and same number of columns [ ].
with the second matrix.
Find its determinant and multiply it by ‘a’.
Example The next element in the first row is ‘b’. Do
3
[4 5] x the same process again and again for ‘c’.
6 Finally, add every other element, starting
= [(4 x 3) + (5 x 6)] from the first element, and subtract the
= [42] ones in between those elements. To make
all this process simple, look at the formula
below.
→ There is no Division operation in
matrices. |𝑴| = 𝒂(𝒆𝒊 − 𝒇𝒉)− 𝒃(𝒅𝒊 − 𝒇𝒈) +𝒄(𝒅𝒊 −
𝒆𝒈)
4.2 FINDING THE DETERMINANT
→ ONLY square matrices have a Example
determinant. For 1x1 matrix, the only 3 2 3
element in the matrix is also its M= 5 4 2
determinant. 6 1 2
→ For 2x2 matrix, use the illustration |𝑀| = 32((4 𝑥 2)– (2 𝑥 1))
below. Given a matrix M: − 2((5 𝑥 2)– (2 𝑥 6))
+ 3((5 𝑥 1 2)– (4 𝑥 6))
5 – 24)
+ 3(10
|𝑀| =18 + 4 – 57
42
|𝑀| = –-35
𝟑𝟎
5|Page
→ For 4x4 and above, use the same method Example
used in the 3x3 matrices. Find a reference Using the arithmetic sequence formula, find the
row or column to have smaller matrices. 13th term in the sequence 1, 5, 9, 13...
Repeat the process until you reach a 2x2
matrix, then just do the operations. Do not Solution:
forget the part where you will add every
other element, starting from the first Since the difference between consecutive
element, and subtract the ones in between terms is the same, the given sequence forms
those element. an arithmetic sequence.
a = 1, d = 4
= (25) [6 + 24 x 4] so 𝑟 = 2.
2
a1 is the first term which is 5,
= 25 × 102
2 a2 is the second term which is 10,
= 1275 and a 3 is the third term which is 20 etc.
6. Geometric Sequence and However, we can write this using the common
Series difference of 2,
— Geometric sequence – is a 𝑎1 = 5
sequence of numbers that follows a 𝑎2 = 5 𝑥 21
pattern where the succeeding term 𝑎3 = 5 𝑥 22
is found by multiplying a constant 𝑎4 = 5 𝑥 23
value to the current term. 𝑎5 = 5 𝑥 24
— Common Ratio – is the value that 𝑎6 = 5 𝑥 25
𝑎1 × (𝑟)𝑛 − 1
is multiplied to each succeeding
term
Example 1
— Geometric series – is the sum of
the terms in the given geometric Find the 10th term of the geometric sequence
sequence. 1, 3, 9, 27, .....
o 𝒂𝒏 is the desired term. Using the geometric sequence formula, the nth
o 𝒂𝟏 is the first term in the term of a geometric sequence is, 𝑎𝑛 =
geometric sequence. 𝑎1 × 𝑟 𝑛 − 1
7|Page
To find the 10th term, we substitute n =10 in 4[(1 − 1024]
𝑠10 =
the above formula. Then we get: 1+2
4[(−1023]
𝑎10 = 1 (3)10 − 1 = 39 = 𝟏𝟗𝟔𝟖𝟑 𝑠10 =
3
Thus, the 10th term of the given geometric
𝒔𝟏𝟎 = −𝟏𝟑𝟔𝟒
sequence = 19,683.
7. Linear Equations
6.2 SOLVING FOR THE GEOMETRIC
SERIES — It is an equation with the highest degree
of one. Linear equations have at most
- To find the geometric series, we will be one solution, a value that when
using the formula substituted to the equation makes the
equation true.
𝑎1 (1 − 𝑟𝑛)
𝑠𝑛 =
1−𝑟 7.1 STEPS IN SOLVING LINEAR
where, EQUATIONS
• 𝑺𝒏 is the geometric series.
✓ Expand all brackets.
• 𝒂𝟏 is the first term.
✓ Separate all linear terms to one side of
• 𝒓 is the common ratio.
the
• 𝒏 is the number of terms to be added.
✓ equation and constants on the other
Example side. Note that signs should be opposite
upon transposing.
Find the sum of the first 10 terms of the given ✓ Combine like terms.
sequence: 4, −8, 16, −32, 64,… ✓ Divide the whole equation with the
coefficient of the linear term.
Solution:
Determine whether or not there is a common Example
ratio between the given terms.
Solve the equation 2(𝑥 +1)−3𝑥 + 4 = 3.
8
𝑟 = − = −2 Solution:
4
8|Page
(4) Divide −1 (coefficient of x) to both sides of 4 𝑥 + 7 > − 23 + 7 𝑥
the equation. Subtract 7 on both the sides
𝑥 3 4𝑥 + 7 – 7 > −23 + 7𝑥 – 7
(− ) = (− ) 4𝑥 > −30 + 7𝑥
−1 −1
−𝒙 = −𝟑 Subtracting 7x from both the sides
In solving linear inequality just follow the steps Hence, 𝑥 lies between −∞ and less than 10.
in linear equations. Note that when dividing or
multiplying the whole equation with negative 9. Quadratic Equation
values, the inequality sign reverses.
A quadratic equation is a second-order
polynomial equation in a single variable x
Example 1
𝑥2 + 𝑏𝑥 + 𝑐 = 0
2(𝑥 + 1) −3x
𝑥 + 4 > 3
2𝑥 + 2 − 3x
𝑥 + 4 > 3 with a ≠ 0.
2𝑥 − 3𝑥 > 3 − 2 – 4 Solving quadratic equations
−(−𝑥 > −3)
𝒙 < 𝟑 9.1 FACTORING
Example
Example 2
𝑥2 − 3𝑥 − 10 = 0
Solve the inequality
4 ( 𝑥 + 2 ) − 1 > 5 − 7 (4 − 𝑥 ) ≫ (𝑥 − 5)(𝑥 + 2) = 0
Solution: ≫ 𝑥 − 5 = 0 𝑜𝑟 𝑥 + 2 = 0
≫ 𝑥 = 5 𝑜𝑟 𝑥 = −2
Given, 4 ( 𝑥 + 2 )– 1 > 5 – 7 ( 4 – 𝑥 )
Hence, the solutions of the quadratic equation
Expanding the brackets and multiplying by
𝑥2 − 3𝑥 − 10 = 0 are 𝑥 = 5 𝑎𝑛𝑑 𝑥 = −2.
each term we get
4 𝑥 + 8 − 1 > 5 − 28 + 7 𝑥
9|Page
9.2 USING QUADRATIC EQUATION −4 ± √16 − 20
Formula 𝑥=
2
−𝑏 ± √𝑏2 − 4𝑎𝑐 −4 ± √−4
𝑥= 2𝑎 𝑥=
2
− The expression "b^2 - 4ac" is called the
discriminant. The discriminant plays a
crucial role in determining the nature of Here, we have the square root of a negative
the solutions (roots) of the quadratic number, which indicates that the quadratic
equation. Its value is used to classify the equation 𝑥2 + 4𝑥 + 5 = 0 has no real
solutions into different cases: solutions.
10 | P a g e
These inequalities can be written in the • First, find the roots of the corresponding
form: quadratic equation:
𝑎𝑥2 + 𝑏𝑥 + 𝑐 < 0,
You can factor this equation as
𝑎𝑥2 + 𝑏𝑥 + 𝑐 > 0,
(𝑥 − 5)(𝑥 + 1) = 0,
𝑎𝑥2 + 𝑏𝑥 + 𝑐 ≤ 0, 𝑜𝑟 so the roots are x = 5 and x = -1.
𝑎𝑥2 + 𝑏𝑥 + 𝑐 ≥ 0 • The number line is divided into three
where 'a', 'b', and 'c' are constants, and intervals: (-∞, -1), (-1, 5), and (5, ∞).
'x' is the variable.
• Now, test a point in each interval to
− Quadratic inequalities are used to determine the sign 𝑥2 − 4𝑥 − 5:
describe a range of values for 'x' that
satisfy the inequality. Depending on the - For 𝒙 < −𝟏, you can use 𝑥 =
sign (>, <, ≥, ≤) and the value of 'a', 'b', −2: (−2)2 – 4(−2)– 5 = 4 +
and 'c', the solutions to the inequality 8 – 5 = 7, which is positive.
may vary. The solutions are typically
expressed as intervals on the number - For −𝟏 < 𝒙 < 𝟓, you can use
line. 𝑥 = 0: (0)2 − 4(0)– 5 = −5,
To solve quadratic inequalities, you can follow which is negative.
these general steps:
- For 𝒙 > 𝟓, you can use 𝑥 =
1. Find the roots (zeros) of the 6: (602 − 4(6)– 5 =
corresponding quadratic equation 36 – 24 – 5 = 7, which is
(𝑎𝑥2 + 𝑏𝑥 + 𝑐 = 0) by setting it equal positive.
to zero and solving for 'x'. These roots
divide the number line into intervals. So, the solutions to the inequality are 𝑥 <
−1 𝑎𝑛𝑑 𝑥 > 5, expressed as intervals.
2. Test a point in each interval (other than
the intervals between the roots) to 11. Functions
determine the sign of the expression
𝑎𝑥2 + 𝑏𝑥 + 𝑐 = 0 within that interval. − A function is a relation between a set of
inputs (domain) and a set of outputs
3. Based on the signs, determine the (codomain) such that each input is
intervals where the inequality is associated with exactly one output. It is
satisfied. often denoted as "f(x)" or "y."
Terminologies:
4. Express the solutions as intervals or a
combination of intervals. • Domain: The domain of a function is the
set of all possible input values
(independent variable) for which the
Example function is defined.
𝑥2 − 4𝑥 − 5 > 0
11 | P a g e
• Codomain: The codomain of a function Constant Function
is the set of all possible output values. It
may be larger than the range of the − The function f: R → R, defined as y =
function. f(x) = c, for all x ∈ R, where "c" is a
constant, is known as a constant
function. In this case, the domain of the
• Range: The range of a function is the function is the set of all real numbers
set of all actual output values that the (R), and the range of the function
function takes on for the elements in its consists of a single value, which is "c."
domain. It is sometimes called the
"image" of the function.
Rational Function
12 | P a g e
functions of x, and g(x) is defined in a
domain such that g(x) ≠ 0, is referred to
Exponential Function
− An exponential function is a
as a rational function. mathematical function expressed as f(x)
= 𝑎𝑥, where "x" represents a variable,
Absolute Function and "a" is a constant referred to as the
function's base. This base value must be
− The absolute value function, denoted as
greater than 0.
|x|, is a specific mathematical function
that returns the non-negative value of a
number. It is defined as follows:
• For x ≥ 0, |x| = x
• For x < 0, |x| = -x
Logarithmic Function
- A logarithmic function is the inverse
of an exponential function.
Logarithmic functions are used to
Trigonometric Function solve equations in which the
variable is an exponent
− can be described as functions that
depend on the angles within a triangle.
These functions establish the
connections between the angles and
sides of a triangle. The fundamental
trigonometric functions include sine,
cosine, tangent, cotangent, secant, and
cosecant.
13 | P a g e
14 | P a g e
TRIGONOMETRY With that, the reciprocal function
will be,
− Branch of mathematics that studies the
√2, sec 45° = √2
csc 45° =
relationship between angles and sides 2 2
of a triangle.
2. Pythagorean theorem
1. Unit circle
𝑎2 + 𝑏2 = 𝑐2
− The Pythagorean Theorem is a
mathematical theorem named after
Pythagoras, a Greek Mathematician
− The Pythagorean Theorem is utilized in
finding the length of any side of a right
triangle whereas, the one angle has 90°.
− Hypotenuse is the longest leg of a right
triangle which the opposite of the 90°
angle.
3. Trigonometric Ratios
The ratios between the edges of a right
A unit circle simply means a circle that triangle, The following are trigonometric ratios:
circle has its center in the origin and since it cosine (cos),
Page | 1
o Tangent – Opposite over tan 𝜃 = 1/(cot 𝜃) cot 𝜃 = 1/(tan 𝜃)
Adjacent.
4. Trigonometry Table Formula 4.4 NEGATIVE ANGLE IDENTITIES
sin(−𝜃) = − sin 𝜃
− cos(−𝜃) = cos 𝜃
−
tan(−𝜃) = − tan 𝜃
csc(−𝜃) = − csc 𝜃
−
sec(−𝜃) = sec 𝜃
−
cot(−𝜃) = − cot 𝜃
𝜃
7. Sum and Difference Formulas sin = ±√1−cos 𝜃
2 2
Page | 3
11. Graphs in Trigonometry 11.3 TAN GRAPH
12.1 AMPLITUDE
• y = cos x graph is the graph we get after = a sin x and y = a cos x, where
shifting y = sin x to 𝜋 units to the left. a≠0 will have a range of [-|a|, |a|]
2
Page | 4
- If Y = a sin x, below is the graph Whereas in Y= 2 sin X, the graph changes to:
of Y = a sin x.
- If Y = 2 sin x, the illustration of the − The sine waves repeat more as its
graph will be; means, the function is finishing its cycle
twice as fast that indicates that its period
is half as long.
− To find the general formula of the period
in sine and cosine functions, here is the
formula:
𝟐𝝅|𝑩|
Page | 6
References
3.4: Sum-to-Product and Product-to-Sum Formulas.
(2021, March 25). Mathematics LibreTexts.
https://math.libretexts.org/Courses/Reedley_Coll
ege/Trigonometry/03%3A_Trigonometric_Identiti
es_and_Equations/3.04%3A_Sum-to-
Product_and_Product-to-Sum_Formulas
Francis. (n.d.). Trigonometry Graphs for Sine, Cosine
and Tangent Functions. BYJUS.
https://byjus.com/maths/trigonometry-graphs/
Johnson, L. (n.d.). Trigonometry Short Course Tutorial.
Khan Academy. (2014). Trigonometry. Khan Academy.
https://www.khanacademy.org/math/trigonometr
y
Trig Test Review | PDF | Trigonometric Functions |
Triangle. (2019, December). Scribd.
https://www.scribd.com/document/438850615/Tr
ig-Test-Review
Trigonometric Functions - Formulas, Graphs, Examples,
Values. (n.d.). Cuemath.
https://www.cuemath.com/trigonometry/trigonom
etric-functions/
vedantu. (n.d.). Trigonometry - Formulas, Identities,
Functions and Problems. VEDANTU.
https://www.vedantu.com/maths/trigonometry
Page | 7
Observe the following figure which shows the
GEOMETRY different types of points.
1. Point
● A location in any space and is
represented by a dot.
1. Collinear Points
- It is three or more points lie on a
● It is denoted as AB or BA and is read as
single straight line.
line AB or line in the BA.
2. Non-Collinear Points
2.1 DIFFERENT TYPES OF LINE
- It is a group of points do not lie
● Horizontal Line
on the same line.
- It is a line that is mapped from
3. Coplanar Points left-to-right or right-to-left and is
parallel to the x-axis in a plane.
- It is a group of points lie on the
same plane.
● Vertical Line
4. Non-Coplanar Points - It is a line that is mapped from up
to down or down to up and is
- It is a set of points that do not lie
parallel to the y-axis in a plane.
on the same plane.
1|Page
● Intersecting Lines Example
- When two lines cross each other
and meet at a point, they are
known as intersecting lines.
● Perpendicular Lines
- When two lines intersect exactly
at 90°.
● Parallel Lines
- Two lines are said to be parallel if ● It is denoted as OA and is read as ray
they do not intersect at any point OA.
and are equidistant.
● Ray OA and ray OB are different
Observe the figure given below which shows because they are extended in different
the different types of lines. directions.
4. Line Segment
● It is bounded by two distinct points on a
line. Or we can say a line segment is
part of the line that connects two points.
Examples
Line segment can be shown like this:
3. Ray
● It is a set of point that is part of a line. It Or like this:
is a straight path which can be extended
indefinitely in one direction only and the
other end is fixed. A both are example of a line segment AB or
line segment BA.
● A ray has one endpoint called the initial
point and extends in one direction with ● The distance between A and B is called
no end or infinitely. the length of AB. Two-line segments are
said to be equal if they have the same
length.
2|Page
5. Plane ● Infinite number of points lie on the
line in a plane.
● It extends endlessly in all the directions.
● Two lines in a plane either intersect
It has no length, breadth or thickness.
at a point or they are parallel to
Examples each other.
6. Concurrent Lines
- It is where three or more lines
which pass through the same point
and this common point is called the
5.1 Incidence Properties of Lines in a point of concurrence.
Plane:
Example
● An infinite number of many lines
can be drawn to pass through a
given point in a plane. Through a
given point in a plane, infinitely
many lines can be drawn to pass
through.
3|Page
In this adjoining figure, lines I and We will now use this to show that n² is also an
m intersect at point 0. odd integer.
2. Parallel Lines - Two lines in a Hence, we have shown that ² has the form of
plane which do not intersect at any an odd integer since 2𝑘² + 2𝑘 is an integer.
point, i.e., they do not have any Therefore we have shown that 𝑝 ⇒ 𝑞 and so
point in common are called parallel we have completed our proof.
lines. The distance between the
two parallel lines remains the same
throughout.
Example
Directly prove that if n is an odd integer, then
n² is also an odd integer.
Proof by contradiction
Solution:
Let p be the statement that n is an odd integer - To prove that 𝑝 ⇒ 𝑞, we proceed as
and q be the statement that 𝑛² is an odd follows:
integer. Assume that n is an odd integer, then
Suppose 𝑝 ⇒ 𝑞 is false; that is, assume
by definition, 𝑛 = 2𝑘 + 1 for some integer 𝑘.
that p is true and q is false. Then, argue
until we obtain a contradiction, which
4|Page
could be any result that we know is 9. Angle Relations and Parallel
false. Lines
How does this prove that 𝑝 ⇒ 𝑞?
Supplementary Angle
Assuming that the logic used in every 𝑚∠𝑏 + 𝑚∠𝑎 = 180
step in the argument is correct, yet we
still end up with a contradiction, then the Complementary Angle
only possible flaw must come from the 𝑚∠𝑠 + 𝑚∠𝑡 = 90°
supposition that 𝑝 ⇒ 𝑞 is false.
Consequently, 𝑝 ⇒ 𝑞 must be true. Adjacent Angles – angles that share a side.
5|Page
10. Kinds of Triangles Isosceles
- 2 sides are equal
10.1 BASED ON THE ANGLE
Right Triangle
- an angle that measures exactly 90°
Scalene Triangle
- a triangle with no equal sides
Obtuse Triangle
- one angle is greater than 90°
30-60-90 Triangles
Acute Triangle
It is a triangle with angles of 30, 60, and 90 at
- all angles are less than 90°
all times. Because one of the angles is 90
degrees, this triangle is always a right triangle.
Equilateral
Here,
- all sides are equal
Base = 𝑥√3
Perpendicular (or Height) = 𝑥
Hypotenuse = 2𝑥
We know that,
Area of triangle = (½) × Base × Height
= (½) × (𝑥√3) × (𝑥)
= 𝟐𝒙(√𝟑/𝟐)
6|Page
Example 45-45-90 Triangle Rule
Find the missing side of the given triangle.
The 45-45-90 triangle rule specifies that the
triangle's three sides are in the ratio 1:1:2. So,
if the length of the two congruent sides of such
a triangle is x, the three sides are x, x, and 2-x.
Solution:
As a right triangle, the hypotenuse is the
double of one of the triangle's sides. As a
result, it is known as a 30-60-90 triangle, with a
reduced angle of 30. In the depicted
illustration, the longer side is always opposed
to 60°, and the missing side measures 33
units.
For the triangle ABC,
45-45-90 Triangles
The triangle ABC seen in the illustration is an
Hypotenuse, BC = √2𝑥
isosceles right triangle with vertex A at 90°,
Leg, AC = x and
vertex B at 45°, and vertex C at 45°.
Leg, AB = x
𝐴𝐵² + 𝐴𝐶² = 𝐵𝐶²
⇒ 𝑥² + 𝑥² = (√2𝑥)²
⇒ 2𝑥² = 2𝑥²
LHS = RHS
So, 𝐴𝐵: 𝐴𝐶𝐵𝐶 = 𝑥 ∶ 𝑥 ∶ √2𝑥 𝑜𝑟 1: 1: √2
7|Page
Exterior Angle Theorem
- A triangle’s exterior angle is equal to the
sum of two distant inner angles.
𝑎 = 𝑎 + 𝑏
So, 𝑃𝑄 ∶ 𝑃𝑅 ∶ 𝑄𝑅 = 𝑥 ∶ 𝑥 ∶ √2𝑥 = 𝑥 ∶ 𝑥 ∶ 15
⇒ √2𝑥 = 15
⇒ 𝑥 = 15/√2
Similar Triangles
- Two triangles are similar if their
respective interiors are congruent and
Formula:
their corresponding sides are
proportional. 𝑎² + 𝑏² = 𝑐²
8|Page
The side opposite to the right angle (90°) is the 13. Angle Bisector v.s. Median of
longest side (known as Hypotenuse) because
a Triangle
the side opposite to the greatest angle is the
longest.
Angle Bisector of a Triangle
EXAMPLE - When an angle in a triangle is divided
into two equal angles, the opposing side
The examples of theorem and based on the
is divided into two pieces. These
statement given for right triangles is given
components will have the same ratio as
below:
the sides next to the angle.
Median of a Triangle
- a line segment from a vertex to the
Find the value of x. midpoint of the opposing side to that
vertex. A, B, and C are the triangle's
Solution:
vertices in the diagram above. D is the
X is the side opposite to the right angle, hence line segment BC's midpoint. The line AB
it is a hypotenuse. is the triangle ABC's median.
- set of three positive integers that - polygon with four edges/sides and four
satisfies the Pythagorean Theorem vertices.
(3,4,5), (5,12,13), (7,24,25), (8,15,17),
(9,40,41), …
9|Page
Diagonal Rhombus
- a segment joining two non-adjacent
vertices.
Trapezoid
Example
Find d.
𝑎2 + 𝑐2 = 𝑏2 + 𝑑2
𝑑 = √𝑎2 + 𝑐2 − 𝑏2
= √82 + 52 − 62
= √𝑎2 + 𝑐2 − 𝑏2
= √𝟓𝟑
11 | P a g e
Two Rules Related to Tangents Inscribed Angle Theorems
1. A radius whose endpoint is on - An inscribed angle a° is half of the
the tangent is always central angle 2a°
perpendicular to the tangent line.
Example
Central angle
What is the size of Angle POQ? (O is circle’s
- Is a closed figure in which each point of
center)
the circle is the same distance from the
center of the circle. It is the set of all
points in the plane that are a fixed.
Example
12 | P a g e
Angle in a Semicircle - A quadrilateral inscribed in a circle is
● An angle inscribed across a circle's called a cyclic quadrilateral.
diameter is always a right angle.
Angle Formed by Two Intersecting Chords
- When two chords intersect inside a
circle, four angles are formed.
Example
What is the size of Angle BAC?
1
𝑚∠𝐴𝐸𝐷 = (54° + 32°) = 𝟒𝟑°
2
Cyclic Quadrilateral
- The opposite angles in a cyclic
quadrilateral are supplementary. 𝑝𝑒𝑟𝑖𝑚𝑒𝑡𝑒𝑟 = 13 + 5 + 13 + 5
= 𝟑𝟔
13 | P a g e
Radius - the distance from the center of
the circle to any point on the circle.
Example
Solution:
𝑃𝑟𝑒𝑐𝑡𝑎𝑛𝑔𝑙𝑒 = 2(𝑙 + 𝑤)
46 = 2[(2𝑥 + 5) + (3𝑥 − 2)]
Add the areas of the four rectangles and 46 = 2[(5𝑥 + 3)]
the two squares that make up the 23 = (5𝑥 + 3)
surfaces of the solid. 20 = 5𝑥
𝑥=4
𝐿𝑒𝑛𝑔𝑡ℎ: 2𝑥 + 5 = 2(4) + 5 = 𝟏𝟑
𝑊𝑖𝑑𝑡ℎ: 3𝑥 − 2 = 3(4) − 2 = 𝟏𝟎
14 | P a g e
FORMULAS
Example
𝑐ℎ𝑎𝑛𝑔𝑒 𝑖𝑛 𝑦 𝑣𝑎𝑙𝑢𝑒
𝑠𝑙𝑜𝑝𝑒 =
Notice that the graph is broken up into four 𝑐ℎ𝑎𝑛𝑔𝑒 𝑖𝑛 𝑥 𝑣𝑎𝑙𝑢𝑒
quadrants with one point plotted in each one. 1−(−1)
The chart below indicates which quadrants =
4−0
contain which ordered pairs based on their 2
signs:
=
4
𝟏
=
𝟐
Midpoint
● A midpoint is the point at the exact
middle of a line segment.
Slope of a line
● To find the midpoint of a segment on the
● is the ratio of the change in the y-value coordinate plane, use the following
over the change in the x-value, also formulas:
called rise over run.
𝑥1 + 𝑥2
● Given any two points on a line, you can 𝑚𝑖𝑑𝑝𝑜𝑖𝑛𝑡 𝑥 =
2
calculate the slope of the line by using
this formula: 𝑦1 + 𝑦2
𝑚𝑖𝑑𝑝𝑜𝑖𝑛𝑡 𝑦 =
2
𝑐ℎ𝑎𝑛𝑔𝑒 𝑖𝑛 𝑦 𝑣𝑎𝑙𝑢𝑒
𝑠𝑙𝑜𝑝𝑒 =
𝑐ℎ𝑎𝑛𝑔𝑒 𝑖𝑛 𝑥 𝑣𝑎𝑙𝑢𝑒
16 | P a g e
Example hypotenuse. The length of ̅𝐴̅𝐶̅= 3 – 1 = 2. The
Find the midpoint of AB. length of BC = 4 – 1 = 3
̅𝐴̅𝐵̅= √22 + 32
̅𝐴̅𝐵̅= √13
𝑥1+𝑥2 −3+5 2
𝑚𝑖𝑑𝑝𝑜𝑖𝑛𝑡 𝑥 = = = =1 Slope-Intercept Form of a Line
2 2 2
𝑦1+𝑦2 5+(−5) (𝑦 = 𝑚𝑥 + 𝑏)
𝑚𝑖𝑑𝑝𝑜𝑖𝑛𝑡 𝑦 = = =0 = 0
2 2 2 where m is the slope and b is the y-intercept.
The y-intercept b is the point where the line
Therefore, the midpoint of AB is (1,0). crosses the y-axis.
17 | P a g e
Slopes of Parallel Lines
● Two lines are parallel if their slopes (m)
are equal.
Example
1
The line 𝑦 = 𝑥 − 1 is parallel to the line 𝑦 =
2
1𝑥 + 1. Their slopes are both the same.
2
Example
18 | P a g e
REFERENCES
https://www.cuemath.com/geometry/points-
and-
lines/?fbclid=IwAR1Bd_PHkHXnEKb67thV7wR
tMBF8x3BwCFNyRfnYU9IVBWfsGHFSUgyZN
hs
https://www.math-dictionary.com/ray.html
https://www.onemathematicalcat.org/Math/Geo
metry_obj/two_column_proof.htm#:~:text=Ded
uctive%20reasoning%20uses%20logic%2C%2
0and,mathematical%20statement%20is%20ne
cessarily%20true.
https://www.math-only-math.com/fundamental-
geometrical-
concepts.html#gallery[pageGallery]/7/
https://www.cuemath.com/geometry/line-
segment/
https://thirdspacelearning.com/us/math-
resources/topic-guides/geometry/line-segment/
https://www.mathcentre.ac.uk/resources/uploa
ded/mathcentre-direct.pdf
https://math.libretexts.org/Bookshelves/Combin
atorics_and_Discrete_Mathematics/A_Spiral_
Workbook_for_Discrete_Mathematics_(Kwong)
/03%3A_Proof_Techniques/3.03%3A_Indirect_
Proofs
19 | P a g e
10 + 15 + 5 + 12 + 18 + 20 + 8
STATISTICS μ=
7
88
1. Measures of Central Tendency μ=
7
- It is a statistical method used to 𝛍 = 𝟏𝟐. 𝟔
describe the middle, or the average,
of a dataset. It provides a summary of
the distribution of a set of data and Example 2
helps us understand the center of Population of N=10 people of different height
data. (inches).
- The 3 most common measures of
central tendency are the mean, o Heights: 60, 71, 76, 56, 52, 65, 49, 53,
67, 64
median, and mode.
1.1 MEAN ∑X
μ=
- It is calculated by adding up all the N
values in a dataset and dividing the 60 + 71 + 76 + 56 + 52 + 65 + 49 + 53
total by the number of values. +67 + 64
μ=
- In statistics, we use two different 10
symbols to represent the average 613
value in a group: the Greek symbol μ =
10
“μ” (read as “myu”) for the population
𝛍 = 𝟔𝟏. 𝟑
average and 𝑥̅ (pronounced as x bar)
for the sample average.
Formula for sample mean:
Formula for population mean:
∑X
x̄ =
N
∑𝑋 where:
µ=
𝑁
o xjust stands for the “sample mean”
where: o ∑X – sum of each value in the sample
o ∑X – the sum of all the numbers in o N stands for the number of items in the
the population data set
o N – the size of the population Example 1
2|Page
7+8 2.1 RANGE
Md =
2 • It is defined as the difference between
𝐌𝐝 = 𝟕. 𝟓 the
maximum value and minimum value given in a
1.3 MODE data set.
• Even though it is one the simplest
- It refers to the most frequently occurring
measures of dispersion to calculate, it
value or category in a dataset. In other
only depends on extreme values and
words, it's the number that appears
provide no information about how the
most often in the data.
remaining data is distributed.
- In some cases, a dataset may contain
multiple modes, and it is called a
Formula:
“bimodal”, but some datasets may not
have any mode at all. 𝑅𝑎𝑛𝑔𝑒 = 𝑚𝑎𝑥̅𝑖𝑚𝑢𝑚 – 𝑚𝑖𝑛𝑖𝑚𝑢𝑚
Example 1 Example 1
Given the weights of 5 rabbits in pounds:
Statistics exam scores for 25 students are as
follows: 8, 10, 12, 14, 15
40, 48, 50, 49, 50, 45, 46, 47, 48, 49, 39, 48,
Range = 15 − 8 = 7 pounds
41, 45, 46, 47, 43, 44, 48, 46, 43, 44, 48, 48,
41
2.2 INTERQUARTILE RANGE (IQR)
Answer: The most frequent score is 48, which • It is calculated by taking the difference
occurs 6
5 times. Therefore, the mode of this between the upper and lower quartiles
dataset is 48. (the 25th percentile subtracted from the
75th percentile).
Example 2
• A good indicator of the spread in the
Mathematics exam scores for 5 students are
center region of the data.
50,50,40,46,46. The data set is bimodal
Formula:
because the scores 50 and 46 each occur
twice. 𝐼𝑄𝑅 = 𝑄3 − 𝑄1
3|Page
Formula for sample variance:
1, 2, 5, 6, 7, 9, 12, 15, 18, 19, 27
∑(𝑥̅ − 𝑋)2
𝑠2 =
✓ Next step is to find the Q3 and Q1. 𝑛−1
Think of Q1 as a median in the lower
half of the data and Q3 as a median in
the upper half of the data. where:
✓ 𝑠2 – population variance
(1, 2, 5, 6, 7, ) 9, (12, 15, 18, 19, 27) ✓ 𝑥̅ – value of observations
𝑄1 𝑄3 ✓ 𝑋 – sample mean
✓ 𝑛 – total number of observations in the
✓ Thus, interquartile range can be solved: population
𝐼𝑄𝑅 = 𝑄3 − 𝑄1 Example 1
2.3 VARIANCE
✓ The first step is finding the mean.
• It is the expected value of the squared
variation of a random variable from its (610 + 450 + 160 + 420 + 310)
𝜇 =
mean value. In other words, it is the 5
average squared difference of each = 390
observation from the mean.
• It estimates how far a set of numbers ✓ To calculate the variance, compute the
(random) are spread out from their difference of each from the mean,
mean value. square it and find the average once
again.
Formula for population variance: ∑(𝑥̅ − 𝜇)
𝜎2 =
𝑁
∑(𝑥̅ − 𝜇) 𝜎2 =
𝜎2 = (610−390)2 +(450−390)2+(390−160)2+(420 − 390)2+(390−310)2
𝑁
5
where:
𝝈𝟐 = 𝟐𝟐𝟒𝟒𝟎
• 𝜎2 – population variance
• 𝑥̅ – value of observations
Important Notes on Measures of Dispersion
• 𝜇 – population mean
• 𝑁 – total number of observations in the • Measures of dispersion are used to
population determine the spread of data. They
are measured about a central value.
• Measures of dispersion can be
classified into two types, i.e.,
4|Page
absolute and relative measures of This formula is:
dispersion.
𝑛!
• Absolute measures of deviation have 𝑃(𝑛, 𝑟) =
(𝑛 − 𝑟)!
the same units as the data and
relative measures are unitless. Where:
• Range, variance, standard deviation,
• n = total items in the set;
quartile deviation and mean
• r = items taken for the permutation
deviation are absolute measures of
deviation • “!” denotes factorial.
• Coefficients of dispersion are relative
measures of deviation Example 1
You have a deck of 8 different playing cards,
Example 1 and you want to find the number of different
Find the Variance and Standard Deviation of ways to arrange 4 of these cards in a row
the Following Numbers: 1, 3, 5, 5, 6, 7, 9, 10. (without repeating any card).
Solution:
Solution:
Using the permutation formula:
The mean = (1+ 3+ 5+ 5+ 6+ 7+ 9+ 10)/8 = 46/
𝑛!
8 = 5.75 𝑃(𝑛, 𝑟) =
(𝑛 − 𝑟)!
8!
3. Permutation 𝑃(8,4) =
(8 − 4)!
- It refers to a mathematical calculation 8!
of the number of ways a particular set 𝑃(8,4) =
can be arranged. 4!
- To put simply, a permutation describes 8×7×6×5×4×3×2×1
𝑃(8,4) =
the number of ways things can be 4×3×2×1
ordered or arranged.
𝑃(8,4) = 8 × 7 × 6 × 5
- The order of the arrangement
matters in permutation. 𝑃(8,4) = 𝟏, 𝟔𝟖𝟎 ways
Example 1
• With Repetition
There are 12 ballpens in a bag numbered from
- In this case, you can make 1 to 12. Six ballpens are selected at random.
different combinations with How many ways are there of selecting the six
different objects. The data is not ballpens?
restricted by how many times it
𝐧!
can appear so you can use the 𝐧𝐂𝐫 =
(𝐧 − 𝐫)! 𝐫!
data more than once.
6|Page
8 x 7x 6 x 5! Hence,
8C5 = 36 9
3 x 2 x 1 x 5! Probability [P(E)] = = ≈ 0.69
52 13
8C5 = 𝟓𝟔 𝐰𝐚𝐲𝐬
5.1 FUNDAMENTAL COUNTING PRINCIPLE
5. Probability The fundamental counting principle states that
- can be described as a measure of the if there are 𝒏(𝑿) possibilities in event 𝑿 and
likelihood or chance of an event 𝒏(𝒀) possibilities in event 𝒀, then the total
occurring. number of possibilities when both events occur
simultaneously is 𝒏(𝑿) × 𝒏(𝒀).
Terminologies:
Sample Space (S): The set of all This can be generalized to 𝑘 events, where 𝑘 is
possible outcomes of an experiment. the number of events. The total number of
Event (E): A subset of the sample outcomes for 𝑘 events is:
space, representing a specific outcome
or a combination of outcomes. 𝑛1 × 𝑛2 × 𝑛3 × ⋯ × 𝑛𝑘
Outcome: possible resuls of an
experiment. Example 1
Probability (P): A measure of the You are choosing a dessert at an ice cream
likelihood of an event occurring, typically shop. You have the following choices:
expressed as a number between 0
(impossible) and 1 (certain). The I. Choice of 2 different ice cream flavors:
probability of an event E is denoted as Chocolate or Vanilla.
P(E).
Random Variable: A variable that can II. Choice of 3 different toppings: Sprinkles,
take on various values, each associated Chocolate Chips, or Whipped Cream.
with a probability. Solution:
General Formula for Probability Total no. of dessert option
Example 1 =6
Find the probability of getting a numbered card
when a card is drawn from the pack of 52 5.2 RULE OF SUM
cards. The rule states that if you have two or more
Solution: disjoint (mutually exclusive) events, you can
find the total number of outcomes by adding
• Total Cards = 52 the number of outcomes of each individual
• Numbered Cards = (2, 3, 4, 5, 6, 7, 8, 9, event.
10) 9 from each suit 4 × 9 = 36
7|Page
In other words, if you have Event A with 𝑛
possible outcomes and Event B with
𝑚 possible outcomes, the total number of
outcomes for both events combined is 𝑛 + 𝑚.
Example 1
You are planning a dinner menu, and you have
two main course options: chicken or fish.
Additionally, you have two dessert options:
cake or ice cream. How many different dinner
combinations can you create from these
options?
Solution:
= 2+2
=4
8|Page
𝑤ℎ𝑒𝑟𝑒 lim 𝑔(𝑥̅) ≠ 0
BASIC CALCULUS 𝑥̅→𝑎
o lim 𝑐 = 𝑐 , 𝑤ℎ𝑒𝑟𝑒 𝑐 ∊ 𝑅
𝑥̅→𝑎
1. Limits
• are defined as the value that a function lim 𝑓(𝑥̅)
o If lim 𝑓(𝑥̅) = 0 𝑎𝑛𝑑 𝑔(𝑥̅) = 0, then 𝑥̅→𝑎
gets closer to as it approaches a lim 𝑔(𝑥̅)
𝑥̅→𝑎
specific 𝑥̅-value.
may or may not exist. This limit may be
= lim 𝑥̅ − 16
1.1 LIMIT PROPERTIES 𝑥̅→16 (𝑥̅ − 16)(√𝑥̅ + 4)
Suppose that lim 𝑓(𝑥̅) and lim 𝑔(𝑥̅) exists and 1
𝑥̅→𝑎 𝑥̅→𝑎
= lim
𝑎 is a constant. Then, 𝑥̅→16 (√𝑥̅ + 4)
9|Page
𝑑 𝑑
2. Derivatives 𝑔(𝑥̅) . 𝑓(𝑥̅) − 𝑓(𝑥̅) . 𝑓(𝑥̅)
= 𝑑𝑥̅ 𝑑𝑥̅
• The derivative of 𝑓(𝑥̅) with respect to (𝑔(𝑥̅))2
𝑥̅ is the function 𝑓’(𝑥̅) and is defined
as, 2.2 DERIVATIVES OF TRIGONOMETRIC
𝑓(𝑥̅ + ℎ) − 𝑓(𝑥̅) FUNCTIONS
lim
ℎ→0 ℎ
𝑑
𝑑 𝑑𝑦 o 𝑑𝑥̅ [sin(𝑥̅)] = cos(𝑥̅)
• Notations: 𝑓′, 𝑦′, 𝑑𝑥̅ 𝑓(𝑥̅), 𝑑𝑥̅ , 𝐷(𝑓(𝑥̅))
𝑑
• The process of determining the o 𝑑𝑥̅ [tan(𝑥̅)] = 𝑠𝑒𝑐2(𝑥̅)
derivative of a function is known as 𝑑
differentiation. o 𝑑𝑥̅
[sec(𝑥̅)] = sec(𝑥̅) tan(𝑥̅)
𝑑
o 𝑑𝑥̅
2.1 DERIVATIVE PROPERTIES
[cos(𝑥̅)] = −sin (𝑥̅)
o Power Rule: suppose 𝑛 ∊ 𝑅
𝑑 𝑑
[𝑥̅𝑛] = 𝑛𝑥̅𝑛−1 o 𝑑𝑥̅ [cot(𝑥̅)] = −𝑐𝑠𝑐2(𝑥̅)
𝑑𝑥̅
𝑑 𝑑
(𝑒. 𝑔. , [𝑥̅5] = 5𝑥̅5−1 = 5𝑥̅4) o 𝑑𝑥̅
𝑑𝑥̅ [csc(𝑥̅)] = −csc (𝑥̅)cot (𝑥̅)
o Linearity:
𝑑 𝑑 𝑑
[𝑓(𝑥̅) ± 𝑔(𝑥̅)] = 𝑓(𝑥̅) ± 𝑔(𝑥̅)
𝑑𝑥̅ 𝑑𝑥̅ 𝑑𝑥̅
o Constant Rule: 𝑑
[𝑐] = 0, 𝑤ℎ𝑒𝑟𝑒 𝑐 ∊ 𝑅
𝑑𝑥̅
(e.g., 𝑑
[5𝑥̅] = 5)
𝑑𝑥̅
o Product Rule: 𝑑
[𝑓(𝑥̅) . 𝑔(𝑥̅)]
𝑑𝑥̅
𝑑 𝑑
= 𝑔(𝑥̅) 𝑓(𝑥̅) . 𝑓(𝑥̅) 𝑔(𝑥̅)
𝑑𝑥̅ 𝑑𝑥̅
10 | P a g e
REFERENCES
https://byjus.com/maths/limits/
https://byjus.com/maths/derivative-function-
calculus/
https://flexbooks.ck12.org/cbook/ck-12-
precalculus-concepts-
2.0/section/14.5/primary/lesson/rationalization-
to-find-limits-pcalc/
https://www.scribd.com/document/439214073/sta
tistics-and-probability-reviewer
https://www.cuemath.com/population-mean-
formula/
https://www.indeed.com/career-advice/career-
development/how-to-calculate-sample-mean
https://stats.libretexts.org/Courses/City_Univer
sity_of_New_York/Introductory_Statistics_with_
Probability_(CUNY)/02%3A_Descriptive_Statis
tics/2.04%3A_Measures_of_Central_Tendency
-_Mean_Median_and_Mode
https://en.wikipedia.org/wiki/Median
https://byjus.com/maths/combination/
https://www.cuemath.com/data/measures-of-
dispersion/#:~:text=There%20are%20five%20
most%20commonly,of%20the%20distribution%
20of%20data.
11 | P a g e
PHYSICS
Physics is the study of matter, its motion, and its MEASUREMENTS, ERRORS, AND
behavior through space and time, along with other VECTORS
quantities such as energy. Accuracy - is the closeness of the given set
of values to the correct values.
Scientific Notation - a way of writing very large or Error - the difference between the
very small numbers by putting one number before the calculated value and the actual value.
decimal point, then multiplying by a power of 10. Percentage Error - is the difference
between the estimated number and the
3.6 x 10^3 actual number when composed to the actual
number expressed in percent format.
Exponent - a number or sign that shows how Percentage Difference - difference between two
many times another number should be multiplies values divided by the average of the two values
by itself. shown as a percentage.
Significand - that part of a floating-point number Precision - is the closeness of the values to each
that contains its significant digits. other.
Decimal - reading to or expressed in a system of Uncertainty - usually described as an error in
counting based on the number 10. measurement.
All numbers in scientific notation are expressed in the
form: a x 10^b PERCENTAGE OF ERROR %
Where:
a - is a number between 1 and 10
Technically, a is called the significand
PERCENTAGE DIFFERENCE
WRITING NUMBERS IN SCIENTIFIC
NOTATION
Examples:
980,250,000,000 meters = 9.8 x 1011 meters Then, the average of all computed percentage
0.000000000000102 = 2 x 10-15 meters difference is calculated. The average of all
percentage differences should not exceed 0.5% to
WRITING FROM SCIENTIFIC NOTATION be precise.
TO DECIMAL
To convert from scientific notation back to Example:
decimal notation, you just do the opposite. Isay was assigned by her teacher to measure the
distance from her classroom to the school cafeteria
OPERATIONS WITH NUMBERS WRITTEN from Monday to Friday. She used a meterstick and
IN SCIENTIFIC NOTATION obtained the following measurements:
Addition 35.1 m, 35.2 m, 35.0 m, 34.9 m, and 35.1 m.
Ex. The actual distance from her classroom to the
(5.7 x 104) + (4.87 x 105) school cafeteria is 35.0 m. Are her measurements
(0.57 x 105) + (4.87 x 105) = 5.44 x 105
accurate or precise?
Multiplying / Dividing
Multiply/divide the decimal numbers. Given: 35.1 m, 35.2 m, 35.0 m, 34.9 m, and 35.1 m
Multiply/divide the powers of 10 by
adding/subtracting their exponents.
Convert your answer to scientific notation if
necessary.
Ex.
Multiply
(3.4 x 10-2)(6.2 x 106)
3.4 x 6.2 = 21.08
10- 2 x 106 = 104 The actual distance from her classroom to the school
cafeteria is 35.00 m. Compute the percentage error of
(3.4 x 10- 2)(6.2 x 106) her measurements
= (3.4 x 6.2) x (10-2)(106)
= 21.08 x 104
(3.4 x 10-2)(6.2 x 106)
= 2.108 x 105
Divide
8.4 1.4 = 6
105 10-2 = 105+2 = 107
(8.4 x 105) (1.4 x 10-2) To determine if her measurements are precise,
= (8.4 1.4) x (105 10-2) compute the percentage difference of each
= 6 x 107 measurement.
(8.4 x 105) (1.4 x 10-2) The sample computation below is for the
= 6x107 measurement 35.1 m.
Components of Vectors
The vector component implies the parts of
a vector – the x-component and the y-
component.
Study the force vector below.
Given above is a set of axes (x and y) with a VECTOR SUM TABLE SOLUTION
force vector of 200 N in the direction of 32 º
North of East. This force vector has an x-
component and a y-component.
KINETIC FRICTION
Mathematically,
W=F⋅d
Work can only be done when displacement
occurs.
Most of the time, instead of pushing a box to Suppose you are pushing that car with a
make it slide, you place the box on a cart with constant force of 235 N over the 5-meter
wheels to make it move. That is much easier, distance; you would do 1175 Newton meters of
right? This is because of rolling friction, or the work. Newton-meters is also known as Joules,
force that resists the motion of a rolling body on named after the physicist James Prescott
a surface. This is equal to Joule.
Sample Problem Involving Friction When you push the same car and apply the
A 30-kg block of ice rests on the surface. You same force, but the car did not move, you may
began pushing it horizontally, and the block get tired, but there is no work done.
started moving when your force exceeds 202 N.
You want to keep it moving at a constant 0.31 m/s,
reducing your push to 120 N.
The block then slows down. If you push straight
down on the block as it moves, the net force on
the block is zero, which means there is no work
done on the block, and its speed remains the
same.
Since work is a scalar quantity, the total work
(Wtot) done on the object by all the forces is the
algebraic sum of the quantities of work done by
the individual forces.
SAMPLE PROBLEM
Find the work done by gravity to the boy whose
mass is 40 kg and is climbing through a 1.35-
meter ladder that makes a 60°angle with the
Moreover, only the force components parallel to
tree.
the displacement count toward work.
W = Fd cos θ
where F is the magnitude of the force, d is the
magnitude of the displacement, and θ is the angle
from the horizontal.
ENERGY
Note that when there is no angle (θ = 0), work is Energy is defined as the ability to do work.
just equal to Fd, while when you push the box There are different types of energy, but we will
downward (θ = 90), there will be no work done concentrate on kinetic and potential energy.
since cos 90 is equal to 0.
1. KINETIC ENERGY
Note that work is a scalar quantity, meaning it can Kinetic energy is usually known as energy in
be positive or negative. Work is positive if the force motion.
is applied in the same direction as the We can also relate work with energy. Recalling
displacement, while work is negative if the applied Newton’s second law of motion, we know that
force is in the opposite direction of the when the net force is applied to an object, it will
displacement. cause it to move at some constant acceleration.
PROBLEM 3 (BOXING)
Which is best when boxing – moving towards or
away from the punch?
Greater the impulse is, the greater the change in
momentum will be. Solution
Sample Problems with Solutions Choice A: Moving towards the punch. If a boxer
Let us see examples where (Problem 1) the impulse does this, he might be knocked out. Moving
is related to an increasing momentum, (Problem 2) towards the punch can decrease the
decreasing momentum over a longer period, and momentum of the punch since the time is
(Problem 3) decreasing momentum over a shorter reduced; however, the impact force is greater.
period. Choice B: Moving away from the punch. When
the boxer moves away from the punch, the
Problem 1 (Ball) momentum of the punch is decreased since the
Which has a greater momentum: a ball that is hit time is extended. This is the best choice since
once with a large force or a ball that is hit moving away also lessens the impact force (and
repeatedly? gives you a chance to punch back!).
Solution Conservation of Momentum
We know that the greater the impulse, the greater We learned from the law of acceleration that a
the change in momentum will be. A ball that is hit net force must be applied to an object to cause
once has a lesser impulse than a ball that is hit acceleration. Similarly, to change an object’s
repeatedly. momentum, an external impulse must be
Hitting the ball over and over again extends the time exerted.
of contact, which results in increased momentum. We can understand this further by considering a
bullet being fired. By the third law of motion, the
force on the bullet inside the gun barrel is equal
and opposite to the force causing the bullet to
recoil. This makes the impulses equal and
opposite as well. However, these impulses are
internal to the gun barrel-bullet system, causing
no change in momentum.
The law of conservation of momentum can be
stated as.
“In the absence of an external force, the Fluid Mechanics
momentum of a system remains unchanged.” All fluids exhibit density, which is the mass per unit
We can also relate the law of conservation of volume.
momentum to the law of conservation of energy, Mathematically,ρ = m/v Note that density is
that is, the amount of momentum remains represented by the Greek letter, rho, not p.
constant; momentum is neither created nor
destroyed but only changed through the action of
forces as described by Newton’s laws of motion.
In the case of a system where all forces are Sample Problem
internal (e.g., collisions), the net momentum of the If your room has dimensions 3.0 m x 4.0 m
system before and after the event is equal. and a ceiling 5.0 m high, determine the
mass and the weight of the air.
Collision
When an object in motion comes into contact with
another object, a collision occurs.There are two
types of collisions, so the conservation of
momentum can be manifested in various ways as
well.If you play billiards or watch billiard games,
you have probably noticed the motion of the balls.
Usually, when you hit a ball, it will move and
collide with a ball at rest. After the collision, the
first ball stays at rest while the second one moves
with the speed of the colliding ball.Collisions like
this resemble elastic collisions, where objects
remained separated after collisions without
deformation or heat generation. In this type of
collision, the total kinetic energy, as well as the h is the depth below the surface.
total momentum, will be conserved, resulting in When you increase the pressure at the fluid’s
objects bouncing off one another with no energy surface, the pressure at any depth increases
lost.In our example, the momentum of the first ball simultaneously. This is known as Pascal’s law.
is transferred to the second ball, but neither ball is
permanently deformed. The balls look the same THE CONTINUITY EQUATION
as before the collision; they just moved to different The relationship between the area inside the hose
locations on the table.There are several examples (the hose’s internal diameter) and the velocity of
of collisions in real-life situations that are ideal. For the fluid is expressed in the equation of continuity,
example, when you kick a ball, your foot and the written mathematically as
ball separate after a collision, but some heat and
sound are generated. We will refer to this type of
collision as a perfectly elastic collision.
when the colliding objects deform or generate
heat. If two colliding objects stick together, a
perfectly inelastic collision occurs. This is best
demonstrated in a car crash. When two cars
crash, the collision is inelastic, and together they
form a larger body. In this collision, the total
BERNOULLI’S PRINCIPLE
momentum is conserved while the total kinetic
Like energy, fluids can also be conserved. This
energy is not conserved. It is converted to other
idea is shown in Bernoulli’s principle, which states
types of energy like sound and heat.
that a quantity involving the pressure p, flow speed
In examining perfectly inelastic collisions, it is easy
v, and height h has the same value anywhere in a
to analyse the momentum since we can treat the
flow tube, assuming steady flow in an ideal fluid.
two objects as one after the collision.
Mathematically,
Mathematically,
Both amplitude and wavelength describe the distance of the
wave. Amplitude refers to the displacement of the wave. It is
measured from the height of the highest point of the wave
(called a crest) to the midline. The greater the amplitude, the
higher the energy. The wavelength, on the other hand,
measures the horizontal distance between cycles. Simply put,
it measures the length of one cycle.
The wave period refers to the time required to complete one
cycle. The wave frequency is the opposite of the period since
it measures the number of waves per unit of time. This is
usually measured in Hertz (1 Hz).
SUB-ATOMIC PARTICLES
Electrons
J.J. Thomson discovered the first
subatomic particle in 1897, which is the
electron, while researching cathode
rays.
Thomson proposed a model of the
atom in which negative electrons are
scattered throughout a sphere of
positive charge.
He named the model: Plum-Pudding
Model.
Protons
Discovered by Ernest Rutherford in the
early 1900’s
It was discovered using the Gold Foil
Experiment.
Rutherford tried to bombard a thin
sheet of gold foil using alpha rays
resulting for some of these rays to
deflect and reflect.
He concluded that there is something
that is very dense at the center of the
atom. (He called it nucleus.)
Nuclear Model of Atom
SUBATOMIC PARTICLES For metals, their tendency is to gain
Atomic Mass (A) – the mass of the nucleus, electrons, and form Cations.
measured in atomic mass unit (amu); For Nonmetals, their tendency is to lose
Atomic Number (Z) – the number of electrons, and form Anions.
protons inside the nucleus
ISOTOPES
ATOMIC NOTATION These are atoms of the same elements with
different neutron numbers, resulting in a
different atomic mass.
CHEMICAL NOMENCLATURE
The composition of a molecule or an ion can be
represented by a chemical formula. The formula
consists of the symbols of the atoms making up
the molecule. If there is more than one atom
Atomic Mass (A) – sum of neutrons and present, a numerical subscript is used.
protons IONIC BONDING
Atomic Number (Z) – element’s order in he Ionic Compounds are compounds in which
periodic table, tells p+ electrons are transferred from one atom to
another.
Number of Protons (p+) – equal to the atomic
number Ions are atoms who had either gave or received
an electron
Number of Electrons (e-) – equal to the CATION – Net positive charge. More protons
proton (for a neutral atom)
than electrons.
Number of Neutrons (n0) – equal to the ANION – Net negative charge. More electrons
difference of atomic mass and number that protons
of protons Ionic Compounds = Metals + Non-Metals
IONS RULES IN NAMING COMPOUNDS
Electrically charged particles Binary ionic compounds are only made up of a
These are atom or molecules that metal (cation) and a non-metal (anion).
carries a positive or negative electric Rule: Retain the name of the first element then
charge replace the ending of the second element with
The inclusion of charges is due to the “–ide”
removal or addition of electrons Examples:
a. MgO – Magnesium Oxide
b. Li3N – Lithium Nitride
c. AgI – Silver Iodide
d. K2S – Potassium Sulfide
e. Sr3P2 – Strontium Phosphide
In writing the chemical formula of an ionic distributed to both elements present in the
given ion. Therefore, it will be like this:
compound, the charges are very important
because the numerical charge of one element
would be the subscript of the other.
NAMING IONIC C. WITH VARIABLE VALENCE
Example: Calcium Chloride
Classical Naming System - Uses the Latin
root name of the cation changing its ending
There are also cases where the subscripts to “–ic” (with greater charge) and “–ous”
can be reduced to the lowest term. (with lesser charge).
Example: Magnesium Oxide Stock Naming System - Uses the original
name of the cation and a roman numeral
(which indicates the charge) before the
Instead of writing Mg2O2, we need to reduce
non-metal.
the subscripts to its lowest term. In this case,
it would result as MgO.
The anion will be named the same way as
before. For monoatomic anion, change the
ending to “–ide” and for polyatomic anion, it
NAMING IONIC C. WITH MONATOMIC CATION will retain its name.
AND POLYATOMIC ANIONS Example: CuI2
Rule: Retain the name of both ions.
Examples: The Latin root name of copper is cuprum.
MOLE
Amount of a substance that
contains as many elementary entities
(atoms, molecules, or other particles)
A convenient way to express the
quantity of substances containing
very large number of atoms.
AVOGADRO’S NUMBER
The actual number of atoms in
exactly 12g of the carbon-12 isotope
was determined experimentally.
This number was known as the
Avogadro’s Number, named after the
scientist Amedeo Avogadro.
The Avogadro’s Number is
approximately equal to 6.022 x 1023.
The Hydrosphere
Evaporation
happens when a liquid turns into a
gas. It can be easily visualized when
rain puddles “disappear” on a hot day
or when wet clothes dry in the sun
Transpiration
process where plants take up liquid
water from the soil and release water
vapor into the air from their leaves
Evapotranspiration
the sum of all processes by which
water moves from the land surface to
the atmosphere via evaporation and
transpiration
Condensation - process where lighter vapor cools as it reaches a certain altitude, forms
tiny floating droplets, and forming clouds
Precipitation -the release of water from clouds in the form of rain, sleet, hail or snow
On Earth, liquid water exists on the surface in the form of oceans, lakes, and rivers. It also
exists below ground—as groundwater, in wells and aquifers. Water vapor is most visible
as clouds and fog.
The frozen part of Earth's hydrosphere is made of ice: glaciers, ice caps and icebergs.
The frozen part of the hydrosphere has its own name, the cryosphere.
Water moves through the hydrosphere in a cycle. Water collects in clouds, then falls to
Earth in the form of rain or snow. This water collects in rivers, lakes and oceans. Then it
evaporates into the atmosphere to start the cycle all over again. This is called the water
cycle.
References:
Bailey, R. (2024, May 19). The 6 kingdoms of life. ThoughtCo. https://www.thoughtco.com/six-kingdoms-of-life-373414
Dodd, C. (2021, April 4). The four spheres of the Earth. WorldAtlas. https://www.worldatlas.com/geography/the-four-spheres-of-the-
earth.html
Encyclopædia Britannica, inc. (n.d.). Hydrosphere. Encyclopædia Britannica. https://www.britannica.com/science/hydrosphere
BIOLOGY
The field of biology encompasses the study of living organisms and their processes,
integrating principles from various scientific disciplines like chemistry and physics.
Biology is divided into branches like botany and zoology, yet all share common
biological phenomena such as reproduction and genetic transmission.
Cell theory
The ideas of all these
early thinkers are
summarized in modern
cell theory, which states:
Enzymes: Large, specialized molecules that act as catalysts. Catalyze chemical alterations
in ingested molecules without being altered themselves. Regulate specific chemical
reactions in many molecules.
ANIMAL CELL
Nucleolus
Lysosome
Nucleus ORGANELLES
Nuclear Mitochondrion
Membrane
They are the powerhouse of
a cell as they play an
important role in releasing
Cell
energy.
Membrane
Nucleus
It also contains DNA and
Cytoplasm Golgi other genetic materials.
Apparatus
Centrioles
Vacuole
Mitochondrion Centrioles are barrel-shaped
Centrioles organelles which lives
within the centrosome.
Lysosome
All cells contain specialized, subcellular They are round organelles
structures that are adapted to keep the surrounded by a
cell alive. Some of these structures membrane and comprising
digestive enzymes.
release energy, while others produce
proteins, transport substances, and Vacuole
control cellular activities. Collectively, It is involved in maintaining
shape and storing water,
these structures are called organelles.
food, wastes, etc.
NUCLEUS nucleolus
It is the "brain" of the
It regulates different
nucleus. It helps in the
activities in the cell.
ribosomes synthesis and production of cell wall
ribosomes.
It is where It is the cell's outer
protein synthesis cover. It protects and
takes place. gives shape to the cell.
It is a thick liquid
SMOOTH Endoplasmic
reticulum that fills spaces in
the cell to help
This ER helps in the retain its form.
production and
synthesis of lipids. AMYLOPLAST
Unlike rough ER, it
It serves as
does NOT have
starch storage
ribosomes.
for plants.
Mitochondrion
DRUSE CRYSTAL
It breaks down sugar GOLGI APPARATUS It stores excess
(from the
It is a series of calcium, called
chloroplast) into CHLOROPLAST
flattened sacs that calcium oxalate, in
energy that the cell
Through help sort proteins plants. High amounts
can use. It is also
photosynthesis, synthesized in the of this calcium
called the
this organelle rough endoplastic makes a plant
"powerhouse" of the
makes sugar for reticulum. poisonus to humans.
cell.
the cell.
The Cell Cycle
The cell cycle is the series of events that a cell goes through as it grows, replicates its DNA, and divides
into two daughter cells. It is a highly regulated process that ensures that the daughter cells receive the
correct number of chromosomes and genetic information from the parent cell.
3
1. Interphase
2
Interphase is the phase of the cell cycle in which the cell grows, replicates
its DNA, and prepares for cell division. It is the longest phase of the cell
cycle, lasting for about 90% of the total cycle time.
1 4
2. Prophase
In this stage, the chromatin condenses into visible chromosomes, each
consisting of two identical sister chromatids joined at a centromere. The
nuclear membrane disintegrates, and the spindle apparatus begins to
form.
3. Metaphase
During this stage, the chromosomes align at the equator of the cell, called
the metaphase plate, and become attached to the spindle fibers that
extend from opposite poles of the cell.
5 4. Anaphase
6
In this stage, the sister chromatids separate and are pulled to opposite
poles of the cell by the spindle fibers, becoming individual chromosomes.
5. Telophase
The final stage of mitosis, in which the chromosomes reach the poles of
the cell and begin to decondense back into chromatin. A new nuclear
membrane forms around each set of chromosomes, and the spindle fibers
disappear.
6. Cytokinesis
The final stage of cell division, in which the cytoplasm divides to form two
separate daughter cells, each with its own nucleus containing a complete
set of chromosomes.
Photosynthesis: Process in plants and some bacteria that produces sugar molecules.
Provides organic molecules supporting life for nonphotosynthetic organisms.
Dependency: Animals, including humans, rely on plants or organisms that consume
photosynthetic products for sustenance.
Plants and photosynthetic bacteria are unique in their ability to convert the freely
available electromagnetic energy in sunlight into chemical bond energy, the energy that
holds atoms together in molecules and is transferred or released in chemical reactions.
The process of photosynthesis can be summarized by the following equation:
DNA Components
SUGAR
Desoxyribose Adenine
Deoxyribose, a five-carbon sugar, is crucial A purine nitrogenous base with two fused
in the DNA backbone; its absence of a rings. It always pairs with thymine via two
hydroxyl group sets it apart from ribose. hydrogen bonds.
Thymine Guanine
A pyrimidine nitrogenous base with a single
ring. It specifically pairs with adenine via A purine nitrogenous base with two fused
two hydrogen bonds. rings. It always pairs with cytosine via three
hydrogen bonds.
The mechanism that Darwin proposed for evolution is natural selection. Because
resources are limited in nature, organisms with heritable traits that favor survival and
reproduction will tend to leave more offspring than their peers, causing the traits to
increase in frequency over generations.
Artificial Selection -Breeders select individuals or seeds with desired traits (e.g.,
high protein content in corn, high milk yield in cows).
Genetic Engineering - Since the late 20th century, molecular biology techniques
(genetic engineering, recombinant DNA technology) have been used to modify or
introduce genes for desired traits.
Achievements previously requiring many generations via artificial selection can now
be accomplished in a single generation.
Genetic Variation:
The success of artificial selection suggests widespread genetic variation in natural
populations.
Ecology is the scientific study of the distribution and abundance of life along with the
interactions between different organisms and their natural environment. It is the branch of
biology, and the name Ecology was derived from the Greek word, which refers to the house
or the environment.
C TION PHYSIOLOGY
Nof There are 12 major
S
Mandible (jaw)
Skeletal, Muscular,
the Clavicle (collarbone)
Cardiovascular,
Scapula (shoudler blade)
Digestive, Endocrine,
Nervous, Respiratory,
SUPPORT Sternum (breastbone)
Rib (rib cage) Immune/Lymphatic,
Keeps the body
upright and prevents
Humerus (upper arm)
Urinary, Female
it from collapsing
Reproductive, Male
Spinal column (backbone) Reproductive,
PROTECTION
Integumentary.
Ulna (forearm)
Shields soft organs
such as the brain, Radius (forearm)
heart, and lungs Carpals (wrist bones)
Metacarpals (hand bones) The skeletal system
MOVEMENT Phlanages (fingers) comprises bones and
Allows movement by joints, serving as a
working together with
the muscles
Pelvic Girdle (pelvis) scaffold for support
Sacrum
and protection. It
Cocyx (tailbone)
FACTORY allows movement
Forms red blood cells, Femur (thigh bone)
through muscle
specifically in the bone's
Patella (kneecap) attachments and
red marrow
Tibia (shin bone) produces blood cells.
STORAGE Fibula (calf bone)
Bones store minerals
Stores and releases
and energy, grow
Tarsals (ankle bones)
calcium to the body during childhood, and
S k eletaSYSTEM
Metatarsals (foot bones)
Phalanges (toe bones) provide a framework
l
The adult skeleton accounts for 30-40% of body mass, comprising nonliving bone
matrix with bone cells. The matrix consists of water, collagen protein, and solid
calcium carbonate and phosphate crystals.
The muscular
system is
responsible for the
movement of the
human body and is
composed of three
main types of
muscle tissue:
visceral (smooth),
cardiac, and
skeletal muscles.
Visceral Muscle - Found in internal organs like the stomach, intestines, and blood
vessels.Involuntary (controlled by the unconscious part of the brain), smooth
appearance under a microscope due to lack of striations. Contracts to move
substances through organs like food in the intestines or blood through vessels.
Cardiac Muscle -Found exclusively in the heart. Involuntary muscle that contracts to
pump blood throughout the body. Striated appearance under a microscope due to the
arrangement of protein fibers; contains intercalated discs for strong cell-to-cell
connections.
Cardiovascular System Red Blood Cells (Erythrocytes): Carry
oxygen using hemoglobin; lack a nucleus to
The heart is a muscular organ located maximize space for hemoglobin.
in the thoracic cavity, responsible for White Blood Cells (Leukocytes): Play a key
pumping blood throughout the body. role in the immune response; include
It has four chambers: two atria and granular (neutrophils, eosinophils,
two ventricles.
basophils) and agranular (lymphocytes,
Blood enters the right atrium, passes monocytes) types.
through the right ventricle to the
lungs for oxygenation (pulmonary Platelets: Cell fragments involved in blood
circulation), then returns to the left clotting and wound healing.
atrium, passes through the left
ventricle, and is pumped to the body
Plasma: Liquid part of blood containing
(systemic circulation).
water, proteins (like antibodies and
Circulatory Loops: albumins), nutrients, gases, and wastes.
Pulmonary Circulation: Moves Physiological Functions:
deoxygenated blood from the heart Transportation: Carries nutrients, oxygen,
to the lungs for oxygenation and hormones, and waste products throughout
returns oxygenated blood to the
the body.
heart.
Protection: White blood cells defend against
Systemic Circulation: Delivers
oxygenated blood from the heart to pathogens, and platelets initiate clotting to
all body tissues (except the heart and prevent blood loss.
lungs) and returns deoxygenated
blood to the heart. Regulation: Maintains homeostasis by
Blood Vessels: regulating pH, body temperature, and fluid
balance.
Arteries: Carry oxygenated blood
away from the heart; have thick, Regulation of Blood Pressure and
muscular walls to withstand high Hemostasis:
blood pressure. Blood Pressure Regulation: Controlled by
heart rate, stroke volume, and diameter of
Capillaries: Microscopic vessels blood vessels (vasoconstriction and
where exchange of gases, nutrients, vasodilation).
and waste occurs between blood and
tissues. Hemostasis: Process of blood clotting
involving platelet activation, formation of
Veins: Return deoxygenated blood to
fibrin, and clotting factor release to prevent
the heart; have thinner walls and
excessive bleeding.
contain valves to prevent backflow.
Blood Components:
Clinical Relevance:
Understanding the cardiovascular system is crucial for diagnosing and managing various
disorders like hypertension, heart disease, and clotting disorders.
Regular cardiovascular health checks and awareness of risk factors (e.g., diet, exercise,
genetics) are essential for maintaining heart health.
Anatomy of Skeletal Muscle The digestive system converts
Gross Anatomy: Each skeletal muscle food into energy and nutrients
attaches to bones via tendons. The origin is through a series of processes.
where the tendon attaches to the
Major functions include
stationary bone, while the insertion is where
it attaches to the moving bone. The belly of
ingestion, secretion, mixing and
the muscle is the fleshy part between movement, digestion,
tendons that contracts during movement. absorption, and excretion.
Hormone Properties - travel through the bloodstream and affect only target cells with
specific receptors.
Hormonal Regulation - Hormone levels are regulated by the nervous system, tropic
hormones, nutritional factors, and receptor sensitivity.
Classes of Hormones
Water-Soluble Hormones: Include peptide and amino-acid hormones (e.g., insulin,
epinephrine).
Lipid-Soluble Hormones: Include steroid hormones (e.g., testosterone, estrogen).
Nervous System
The nervous system
BRAIN includes the brain, spinal
cord, and nerves
control center of the
nervous system connecting the body
parts. It controls the body
SPINAL CORD and facilitates
a bundle of
communication. The
nerves that relay 1) Frontal lobe: speech, motor central nervous system
messages control, cognitive skills (CNS) processes
between the brain
and the neural 2) Parietal lobe: information and makes
pathway touch, pressure, taste,
decisions, while the
VES spatial awareness
AUTONOMIC NER 3) Temporal lobe: peripheral nervous
hearing, facial
system (PNS) monitors
regulates recognition,
4) Occipitalprocessing
lobe: vision
involuntary body memory internal and external
5) Cerebellum:
processes such conditions, sending data
as digestion and coordination, balance
heart rate to the CNS. Efferent
nerves in the PNS
PERIPHERAL NERVES transmit signals from the
controls our CNS to regulate muscle,
senses and
voluntary actions gland, and organ
such as functions.
movement and
coordination
The brain, weighing about 3 pounds and containing around 100 billion neurons, is situated in the
cranial cavity protected by the skull. It serves as the main control center of the body and, along
with the spinal cord, forms the central nervous system (CNS). Responsible for higher mental
functions and regulating bodily processes like respiration and digestion, the brain plays a crucial
role in consciousness, memory, and voluntary actions.
The spinal cord is a bundle of neurons running from the brain's medulla oblongata through the
spine to the lumbar region. In the lumbar region, it separates into nerves called the cauda equina.
White matter carries signals from the brain, while grey matter integrates reflexes.
The central nervous system (CNS) consists of the brain and spinal cord, regulating body
functions and processing sensory information. It controls conscious and subconscious actions to
maintain homeostasis and higher functions like language and emotions.
The peripheral nervous system (PNS) includes nerves outside the CNS.
The somatic nervous system (SNS) controls voluntary actions, while the autonomic nervous
system (ANS) regulates involuntary functions like muscle and gland activity.
Nerve Types
Afferent Nerves (Sensory Nerves) -Carry
sensory information from sensory
receptors to the central nervous system
(CNS). One-way, towards the CNS.
Example: Sensory nerves transmitting
information about touch, temperature, and
pain to the brain.
The Pharynx
commonly known as the throat, is a
muscular funnel that plays a crucial
role in both the respiratory and
digestive systems. It extends from
the posterior end of the nasal cavity
to the superior end of the
esophagus and larynx.
Laryngopharynx -The inferior The larynx, commonly known as the voice box, is a
region of the pharynx, leading to crucial part of the respiratory system located in the
the esophagus and larynx. anterior portion of the neck. It serves as the connection
Directs inhaled air into the between the laryngopharynx and the trachea.
larynx and food into the
esophagus.
The trachea is a 5-inch long tube made of C-shaped hyaline cartilage rings lined with
pseudostratified ciliated columnar epithelium. It connects the larynx to the bronchi, allowing
air passage, and is kept open by cartilage rings facing the esophagus. Its main function is to
provide an airway for lung ventilation while producing mucus to trap contaminants, which is
moved by cilia towards the pharynx for digestion.
The trachea splits into primary
bronchi which lead to each lung
and further divide into secondary
Rep roductive
THE FEMALE
System
bronchi.
Secondary bronchi branch into
tertiary bronchi within each lung
lobe, then into smaller bronchioles
and terminal bronchioles. prepares its lining to
FALLOPIAN TUBE
nourish a fertilized
The structure changes from ovum until birth; if there
where the sperm and egg is no fertilization, the
cartilage rings in primary bronchi to
cell often meet during
UTERUS lining sheds during
smooth muscle and elastin in fertilization; connects the mentstuation
ovary to the uterus
bronchi and bronchioles.
Bronchioles lack cartilage, making
them more flexible and contractile.
Bronchi and bronchioles regulate
airflow with smooth muscle tissue,
dilating during increased air CERVIX OVARY
demand like in exercise. produces and
Smooth muscle contraction passage to and stores egg cells
from the uterus
prevents hyperventilation during
VAGINA
rest. a muscular opening where
Mucus and cilia lining help trap and menstrual blood leaves or a
baby goes out during birth
remove contaminants from the lungs.
Reproductive
thorax with a pleural membrane
allowing expansion. The left lung is
smaller with 2 lobes, while the right
lung has 3 lobes. Inside, alveoli
facilitate gas exchange between air
and blood via capillaries.
System
SEMINAL VESICLE
Sperm
male sex ce
ll
Scrotum - is a sac-like organ comprised of The ovaries, located on each side of the
skin and muscles, situated inferior to the penis uterus, produce female sex hormones like
in the pubic region. It plays a crucial role in
estrogen and progesterone, along with eggs.
housing and protecting the testes, the male
reproductive organs responsible for producing
sperm and testosterone. The fallopian tubes are muscular tubes
Composition: Made up of two side-by-side extending from the uterus to the ovaries.
pouches, each containing a testis. They end in a funnel-shaped structure called
Contains smooth muscles that allow it to the infundibulum with fimbriae that pick up
regulate the distance between the testes and ova from the ovaries. Cilia and smooth
the body.
muscles help transport the ovum to the
uterus.
Epididymis -is a crucial part of the male
reproductive system, functioning as a storage The uterus is a hollow, muscular, pear-
and maturation area for sperm. It wraps
shaped organ located posterior and superior
around the superior and posterior edge of the
testes and is composed of numerous long, thin to the urinary bladder. Connected to the two
tubules tightly coiled into a small mass. fallopian tubes on its superior end and to the
vagina (via the cervix) on its inferior end, the
Ejaculatory Duct -The ductus deferens passes uterus is also known as the womb, as it
through the prostate and joins with the urethra surrounds and supports the developing fetus
at the ejaculatory duct, which also includes
during pregnancy. The inner lining of the
ducts from the seminal vesicles. During
ejaculation, it expels sperm and secretions uterus, known as the endometrium, provides
from the seminal vesicles into the urethra. support to the embryo during early
development. The visceral muscles of the
Urethra - is an 8 to 10-inch long muscular tube uterus contract during childbirth to push the
that carries semen from the ejaculatory duct fetus through the birth canal.
to the exterior of the body. It also serves as
the passage for urine from the urinary bladder. The vagina is an elastic, muscular tube that
connects the cervix of the uterus to the
Prostate - is a walnut-sized exocrine gland exterior of the body. It is located inferior to
located at the inferior end of the urinary the uterus and posterior to the urinary
bladder, surrounding the urethra. Fluid bladder. The vagina functions as the
Production - Produces a large portion of the
receptacle for the penis during sexual
fluid in semen, which is milky white and
contains enzymes, proteins, and other intercourse and carries sperm to the uterus
chemicals to support and protect sperm. and fallopian tubes. It also serves as the birth
canal by stretching to allow delivery of the
The penis is the male external sexual organ fetus during childbirth. During menstruation,
located above the scrotum and below the the menstrual flow exits the body via the
umbilicus. It is cylindrical and contains the
vagina.
urethra. Erectile tissue allows it to fill with blood
and become erect, increasing in size and
firmness. The penis delivers semen into the The vulva is the collective name for the
vagina during intercourse and also excretes external female genitalia located in the pubic
urine through the urethra. region of the body. The vulva surrounds the
external ends of the urethral opening and the
Semen is the fluid produced by males for vagina and includes the mons pubis, labia
sexual reproduction and is ejaculated out of majora, labia minora, and clitoris.
the body during sexual intercourse. Semen
contains sperm, the male reproductive
gametes, along with a number of chemicals
suspended in a liquid medium.
Endocrine System Musculoskeletal System
The endocrine system includes all Human skeleton consists of more than
glands and the hormones they produce. 200 bones bound together by tough
These glands are controlled by the and relatively inelastic connective
nervous system, chemical receptors in tissues called ligaments. The different
the blood, and hormones from other parts of the body vary greatly in their
glands. They regulate organ functions to degree of movement. Movements of
maintain the body’s homeostasis. the bones of the skeleton are effected
by contractions of the skeletal
Digestive and Excretory System muscles, to which the bones are
The digestive system breaks down food attached by tendons. These muscular
and absorbs nutrients for the body. It contractions are controlled by the
includes the mouth, esophagus, nervous system
stomach, small intestine, large intestine,
Immune System
and rectum. Organs like the liver aid in
A collection of structures and
food breakdown, nutrient absorption,
processes within the body-is to
and elimination of waste.
protect against disease or other
potentially damaging foreign bodies.
The integumentary system consists of
Parts of the
Endocrine
the largest organ in the body, which is
the skin. It is stretched over the surface
of the body and protects it from drying
or losing fluid, from harmful or external
substances, and from extremes of
temperature. The epidermis, the outer
System
layer, is only a few cells thick, HYPOTHALAMUS
containing pigments, pores, and ducts. connects the nervous system and
endocrine system; controls hormones
from the central nervous sytem
Its surface is made of dead cells that it
PITUITARY GLAND
sheds from the body. The dermis, the PINEAL GLAND
monitors and regulates growth
The word atmosphere comes from the Greek roots atmos which means gas, and sphaira which means
globe or ball. The atmosphere extends outward about 10 000 km from the surface of the earth. It is
composed of 78.1% nitrogen, 20.9% oxygen, 0.9% argon, 350 ppm carbon dioxide, and other
components.
F O U R S U B S Y S T E M O F T H E E A R T H
EXOSPHERE
satellites float here, up to
as do low density 10,000 km
particles
E
FAC
thermopause
SUR
THERMOSPHERE n, helium, and hydrogen
oxyge
TH'S
can reach up
to 2500°C but
EAR
400 km
lacks enough
THE
air molecules
to transfer heat
OM
mesopause
E FR
bon dioxide, and nitro
en, car gen
oxyg 50 km
ANC
MESOSPHERE
where meteors that
DIST
enter the Earth
burn up, protecting
TED
us from the effects stratopause IMA
of impact nitrogen and oxygen
mostly 30 km
EST
STRATOSPHERE
has the ozone tropopause
layer, which nitrogen and oxygen 10 km
protects us from mostly
the Sun's ultraviolet
rays
TROPOSPHERE
where most clouds
are, and weather
occurs
Weather - The day-to-day state of the atmosphere in a particular place ( Sunny, rainy,
cloudy, stormy)
Climate - The long-term average of weather patterns in a particular area (tropical, arid,
temperate, polar)
Ozone Layer - A layer in the Earth's stratosphere containing a high concentration of ozone
(O3). Protects living organisms by blocking most of the sun's harmful ultraviolet radiation.
-Ozone depletion caused by chemicals like chlorofluorocarbons (CFCs).
Greenhouse Gases - gases in the atmosphere that trap heat, contributing to the
greenhouse effect. (Carbon dioxide (CO2), methane (CH4), nitrous oxide (N2O), water
vapor (H2O).
- Contribute to global warming and climate change.
Air Pressure - The force exerted by the weight of air in the atmosphere on a surface.
Measurement: Barometers are used to measure air pressure, usually in millibars (mb) or
inches of mercury (inHg).
Winds - The movement of air from areas of high pressure to areas of low pressure.
Water Vapor -strongest greenhouse gas because it is the most variable component of the
atmosphere
The Geosphere
Geo is a Greek root which means
ground. Geosphere is divided into
three layers namely crust, mantle,
and core.
Mantle lies just below the crust, made mostly of silicate rocks rich in magnesium and iron
2900 km thick has increasing temperatures at increasing depths.
Core has a radius of 3400 km, the innermost layer of the earth made up of iron and nickel
source of internal heat as it contains radioactive materials that release energy.
Tectonic Plates - are massive slabs of Earth's lithosphere that fit together like a jigsaw
puzzle covering the Earth's surface. These plates float on the semi-fluid asthenosphere
beneath them. Driven by convection currents in the mantle, tectonic plates move at varying
speeds. These movements can cause them to collide, pull apart, or slide against each other.
Types of Boundaries:
Divergent Boundaries: Plates move
apart from each other. New crust is
formed as magma rises to the surface,
cools, and solidifies (e.g., the Mid-
Atlantic Ridge).
Convergent Boundaries: Plates move
towards each other. This can result in
one plate being forced below another in
a process called subduction, forming
mountains or volcanic activity (e.g., the
Himalayas, Andes).
Transform Boundaries: Plates slide past
each other horizontally. This lateral
movement can cause earthquakes (e.g.,
the San Andreas Fault).
Divergent Margins
Continental Rifting - Upwelling magma causes the lithosphere to uplift and stretch, forming
rift valleys (e.g., East African Rift Valley).
Seafloor Spreading - New oceanic crust forms as magma rises at spreading centers, creating
oceanic ridges.
Shield Volcanoes
These volcanoes have a broad, gently sloping cone
shape, similar to a warrior's shield laid on the ground.
They are formed by numerous lava flows that spread Convergent Margins
out in all directions from a central vent.
Subduction Zones -
Shield volcanoes typically have non-explosive
eruptions and produce thin, runny lava that flows for
Oceanic crust subducts
long distances. beneath continental or
younger oceanic plates,
forming deep trenches
Stratovolcanoes and volcanic arcs (e.g.,
These are tall, steep-sided volcanoes with a classic, Mariana Trench, Andes).
cone-shaped appearance. They are formed by
alternating layers of lava, ash, and other volcanic
debris.
Continental Collision -
Stratovolcanoes can have explosive or non-explosive
eruptions and are known for their powerful
When two continental
explosions and pyroclastic flows. plates collide, they form
towering mountain ranges
(e.g., Himalayas).
Cinder Cones
These are small, steep-sided volcanoes made up of
loose, pyroclastic materials such as ash, cinders, and
volcanic bombs.
Volcanic Eruption
Sedimentary Rocks
1. Igneous Rocks- form from the cooling and solidification of molten rock material
(magma or lava). Formed beneath the Earth's surface from slowly cooling magma.
Examples include granite and diorite. Formed on the Earth's surface from quickly cooling
lava. Examples include basalt and pumice.
2. Sedimentary Rocks - form from the accumulation and lithification of sediment
(fragments of rocks, minerals, and organic material). Formed from the deposition and
lithification of fragments of pre-existing rocks. Examples include sandstone, shale, and
conglomerate.
3. Metamorphic Rocks - form from the transformation of pre-existing rocks (igneous,
sedimentary, or other metamorphic rocks) due to heat, pressure, and/or chemical
processes.
Mountains - formed by tectonic forces such as folding, faulting, and volcanic activity.
Types include fold mountains, fault-block mountains, and volcanic mountains.
Minerals - naturally occurring, inorganic solids with definite chemical compositions and
crystalline structures. Examples include quartz, feldspar, and mica.
Plate Tectonics Theory - Explains the movement of Earth's plates and the resulting
formation of geological features.
Divergent Boundaries - Create new crust and are associated with volcanic activity and
shallow earthquakes.
Geological Evidence - Includes the age of oceanic crust, patterns of seismic activity, and
the distribution of volcanoes and mountain ranges.
Faults - A fault is a fracture or zone of fractures between two blocks of rock along which
movement occurs. When stress along a fault exceeds the strength of the rocks, sudden
movement occurs, releasing stored energy in the form of seismic waves.
Types of Faults
Normal Fault: Forms when tensional forces cause one block of rock to move downward
relative to the other.
Reverse Fault: Forms when compressional forces cause one block of rock to move
upward relative to the other.
Strike-slip Fault: Forms when rocks on either side of the fault slide horizontally past each
other.
Effects of Earthquakes
Ground Shaking - The primary effect of an
earthquake is the shaking of the ground due to
the release of energy in the form of seismic
waves.
Ground shaking intensity depends on the
magnitude of the earthquake and the distance
from the epicenter.
The epicenter is above the focus on the Earth's surface, with the focus along the fault where
earthquake energy is released. Seismic waves travel outward from the focus, reaching the
epicenter first. Earthquake activity results from movement along faults due to accumulated
stress from tectonic plate interactions.
The Biosphere
The biosphere refers to portions of the
Earth where life exists. It is an
interactive system that supports both
living and nonliving things.
1. Producers - are the foundation of every food chain. They are typically green
plants or algae that can perform photosynthesis. Producers convert sunlight,
water, and carbon dioxide into energy-rich organic molecules (like glucose)
through photosynthesis. Example: Grass, trees, phytoplankton in aquatic
ecosystems
2. Primary Consumers (Herbivores) - directly consume producers for energy and
nutrients. They obtain energy by eating plants or algae. Their diet consists mainly
of plant material. Example: Grazing animals such as deer, rabbits, insects like
caterpillars, and herbivorous fish like zooplankton.
3. Secondary Consumers (Carnivores and Omnivores) - feed on primary
consumers. They obtain energy by consuming herbivores or other animals.
Predatory animals like wolves, snakes, birds of prey (carnivores); bears, humans
(omnivores).
4. Tertiary Consumers (Top Predators) - feed on other carnivores or omnivores.
They are typically at the top of the food chain and may not have predators
themselves. Example: Apex predators such as lions, sharks, eagles.
5. Decomposers - play a vital role in the food chain by breaking down dead
organisms and organic matter. They recycle nutrients back into the soil or water,
which can then be reused by producers. Example: Bacteria, fungi, certain insects
like earthworms.
Energy flows through a food chain from one trophic level to another. It begins with
producers converting solar energy into chemical energy through photosynthesis.
Primary consumers obtain this energy by consuming producers, and then secondary
consumers acquire energy by eating primary consumers, and so on.
Energy is transferred along the food chain but is not 100% efficient. It is lost as heat
during metabolism and through waste products.
Nitrogen Cycle - movement of nitrogen
between the four spheres involves
conversion of nitrogen into various forms
Carbon Cycle
describes how carbon moves between the atmosphere, soils, living creatures, the
ocean, and human sources
Transpiration
process where plants take up liquid
water from the soil and release water
vapor into the air from their leaves
Evapotranspiration
the sum of all processes by which
water moves from the land surface to
the atmosphere via evaporation and
transpiration
Condensation - process where lighter vapor cools as it reaches a certain altitude, forms
tiny floating droplets, and forming clouds
Precipitation -the release of water from clouds in the form of rain, sleet, hail or snow
On Earth, liquid water exists on the surface in the form of oceans, lakes, and rivers. It also
exists below ground—as groundwater, in wells and aquifers. Water vapor is most visible
as clouds and fog.
The frozen part of Earth's hydrosphere is made of ice: glaciers, ice caps and icebergs.
The frozen part of the hydrosphere has its own name, the cryosphere.
Water moves through the hydrosphere in a cycle. Water collects in clouds, then falls to
Earth in the form of rain or snow. This water collects in rivers, lakes and oceans. Then it
evaporates into the atmosphere to start the cycle all over again. This is called the water
cycle.
References:
Bailey, R. (2024, May 19). The 6 kingdoms of life. ThoughtCo. https://www.thoughtco.com/six-kingdoms-of-life-373414
Dodd, C. (2021, April 4). The four spheres of the Earth. WorldAtlas. https://www.worldatlas.com/geography/the-four-spheres-of-the-
earth.html
Encyclopædia Britannica, inc. (n.d.). Hydrosphere. Encyclopædia Britannica. https://www.britannica.com/science/hydrosphere
LANGUAGE PROFICIENCY
I. PRONOUNS SUBSTITUTE FOR
NOUNS III. ADJECTIVES AND ADVERBS
They are classified by function and case. 1. Use the comparative degree
Classification according to function and of the adjective and adverb
case. to compare two or more
persons or things.
1. Personal 2. Do not create a double
2. Relative comparative or superlative by
3. Demonstrative using –er with more or –est
4. Interrogative with most.
5. Indefinite 3. A linking verb may introduce
6. Impersonal a word that describes the
7. Distributive verb’s subject.
8. Reflexive 4. Two or more adjectives that
9. Reciprocal are joined to create a
compound modifier before a
II. GUIDELINES FOR FORMING noun should be hyphenated.
PLURALS 5. Keep adjectives and adverbs
close to the words they
1. Add s to most nouns modify.
2. Add es to nouns ending in s, x, z, ch 6. Don’t confuse the adverb
or sh there with the possessive
3. Change the spelling in irregular noun pronoun their on the
plurals contraction they’re.
4. Add s to nouns that end in y when y
is preceeded by a vowel (attorney, IV. SUBJECT-VERB AGREEMENT
attorneys; valley, valleys; journey, RULES
journeys)
5. Drop the y and add ies to nouns ➢ A verb must agree with its subject in
ending in y when y is preceded by a number.
consonant ● A singular subject indicates one and
6. Add s to the principal word in most requires a singular verb.
compound expressions ● Plural subjects indicate more than
7. Add s to most numerals, letters in one and require plural verbs.
the alphabet, words referred to as
words, degrees, and abbreviations ● An exception to this rule occurs with
8. Add ‘s only to clarify letters of the the pronouns I and you which both
alphabet that might be misread. An require the form of a verb without -s
expression like c.o.d.s requires no or -es even when you refers to one
apostrophe because it would only be person.
misread. ● When I is the subject, the verb form
is am.
LANGUAGE PROFICIENCY
➔ Do not mistake a word in an ➢ To refer to a place, use the
intervening phrase for the subject of prepositions "in" (the point itself),"at"
a sentence. (the general vicinity),"on" (the
● The simple subject is never a surface), and "inside" (something
prepositional phrase. contained).
● When a singular subject is linked to
another noun by a phrase, the ➢ To refer to an object higher than a
subject is still considered singular. point, use the prepositions "over"
and "above."
V. PREPOSITION
➢ To refer to an object lower than a
a word or group of words used before a point, use the prepositions "below,"
noun, pronoun, or noun phrase to show "beneath," "under," and
direction, time, place, location, spatial "underneath."
relationships, or to introduce an object.
Some examples of prepositions are words ➢ To refer to an object close to a point,
like "in," "at," "on," "of," and "to." use the prepositions "by," "near,"
"next to,""between," "among," and
PREPOSITIONS OF TIME "opposite."
ANTONYM
a. pain
b. wasting
c. weakening
d. cramping
For questions 28 - 30
a. fearful
b. outraged
c. convinced
d. disbelieving
a. sincere
b. adequate
c. competent
READING COMPREHENSION
KEY TO CORRECTION
1. D
2. B
3. C
4. D
5. B
6. C
7. D
8. D
9. A
10. A
11. D
12. D
13. A
14. D
15. D
16. B
17. D
18. D
19. D
20. B
21. D
22. C
23. C
24. C
25. A
26. A
27. B
28. D
29. C
30. B
FILIPINO LANGUAGE
MGA BAHAGI NG PANANALITA Perpektibo:
Pangungusap: Kumain siya ng adobo.
PANGNGALAN (NOUNS) Pandiwa: kumain
Pangngalan ay mga salitang tumutukoy sa ngalan Kahulugan: Natapos na ang kilos ng pagkain.
ng tao, hayop, bagay, lugar, pangyayari, at iba pa.
Imperpektibo:
Halimbawa: Pangungusap: Naglalakad ang bata sa parke.
Tao: Juan, doktor Pandiwa: naglalakad
Lugar: Maynila, parke Kahulugan: Kasalukuyang nagaganap ang
Bagay: libro, mesa kilos ng paglalakad.
Hayop: aso, pusa
Uri ng Pangngalan: Kontemplatibo:
Pangungusap: Kakain ako mamaya.
Pantangi (Proper Noun) Pandiwa: kakain
Tumutukoy sa tiyak na ngalan ng tao, bagay, Kahulugan: Gagawin pa lamang ang kilos ng
hayop, lugar, o pangyayari. pagkain
Halimbawa:
Tao: Jose Rizal PANG-URI (ADJECTIVES)
Lugar: Pasig River
Bagay: Mona Lisa Pang-uri ay mga salitang naglalarawan o
Hayop: Hachiko nagbibigay-turing sa pangngalan o panghalip.
Pangyayari: Pasko, Bagong Taon
Layon: Paglalarawan ng pangngalan o
Pambalana (Common Noun) panghalip.
Tumutukoy sa pangkalahatang ngalan ng tao, Halimbawa: maganda, matalino, mataas
bagay, hayop, lugar, o pangyayari.
Halimbawa: Gamit sa Pangungusap:
Tao: guro, tindero Maganda ang bahay.
Lugar: ilog, bayan Matalino siya.
Bagay: aklat, mesa Mataas ang bundok.
Hayop: pusa, isda
Pangyayari: kasalan, pista Iba Pang Halimbawa:
Pandiwa (Verbs) Mabait na bata.
Pandiwa ay mga salitang nagsasaad ng kilos o Maliit na aso.
galaw. Malinis na mesa.
Pang-abay (Adverbs)
PANDIWA (VERBS) Pang-abay ay mga salitang nagbibigay-turing
Pandiwa ay mga salitang nagsasaad ng kilos o sa pandiwa, pang-uri, o kapwa pang-abay.
galaw.
PANG-ABAY (ADVERBS)
ASPEKTO NG PANDIWA: Pang-abay ay mga salitang nagbibigay-turing
Perpektibo (Completed Action) sa pandiwa, pang-uri, o kapwa pang-abay.
Tumutukoy sa kilos na naganap na o tapos na.
Uri ng Pang-abay:
Halimbawa: kumain, sumulat, naglakad,
Pamaraan (Manner)
uminom Tumutukoy sa paraan kung paano ginagawa
ang kilos.
Imperpektibo (Ongoing Action) Halimbawa: mabilis, dahan-dahan
Tumutukoy sa kilos na kasalukuyang Gamit sa Pangungusap:
nagaganap. Mabilis siyang tumakbo.
Halimbawa: naglalakad, nagsusulat, umiinom, Dahan-dahan siyang naglakad.
kumakain
Pamanahon (Time)
Kontemplatibo (Future Action) Tumutukoy sa panahon kung kailan ginawa ang
Tumutukoy sa kilos na gagawin pa lamang. kilos.
Halimbawa: kakain, magsusulat, iinom, lalakad Halimbawa: kahapon, ngayon, bukas
Gamit sa Pangungusap:
Kahapon kami nag-aral.
Ngayon ang eksaminasyon.
Bukas kami aalis.
Gamit sa Pangungusap:
Mabilis siyang tumakbo.
Dahan-dahan siyang naglakad.
Pamanahon (Time)
Tumutukoy sa panahon kung kailan ginawa
ang kilos.
Halimbawa: kahapon, ngayon, bukas
Gamit sa Pangungusap:
Kahapon kami nag-aral.
Ngayon ang eksaminasyon.
Bukas kami aalis.
Panlunan (Place)
Tumutukoy sa lugar kung saan ginawa ang Pang-ukol na nagpapakita ng tagaganap ng
kilos. kilos (Agent Marker):
Halimbawa: dito, doon, sa bahay
Gamit sa Pangungusap: Halimbawa: Kumain ng mangga si Ana.
Dito kami nag-aral kahapon. Kahulugan: Si Ana ang kumain ng mangga.
Doon siya nagtatrabaho. Paliwanag: Ang "ng" sa kontekstong ito ay
Sa bahay kami kumain. nagtatakda kung sino ang nag-aksiyon
(kumain ng mangga). Ipinapakita nito kung
Iba Pang Halimbawa ng Pang-abay: sino ang gumawa ng kilos na tinutukoy.
Pamaraan: mabilis, mabagal, maingat
Pamanahon: ngayon, mamaya, sa susunod Bahagi ng kabuuan (Partitive Marker):
Panlunan: sa loob, sa labas, sa itaas
Halimbawa: Isang baso ng tubig.
PANG-UKOL Kahulugan: Isang bahagi ng kabuuan na tubig.
Ang "pang-ukol" ay tumutukoy sa mga Paliwanag: Ang "ng" dito ay nagpapakita ng
salitang ginagamit upang magbigay ng bahagi ng kabuuan. Ipinapakita nito ang uri o
kaugnayan o relasyon ng isang salita sa iba kategorya ng bagay na tinutukoy.
pang bahagi ng pangungusap. Karaniwang "nang"
ginagamit ito upang magpahayag ng pag- Ang salitang "nang" naman ay ginagamit sa
aari, layon, o tagaganap ng kilos sa Filipino bilang pangatnig na nagpapakita ng:
pangungusap. Narito ang ilang halimbawa at
kahulugan ng mga pang-ukol: Oras ng pangyayari (Time of Action):
"ng" - Ginagamit bilang pang-ukol sa pag- Halimbawa: Dumating siya nang hapon.
aari, layon, o tagaganap ng kilos. Kahulugan: Dumating siya sa oras na hapon.
Halimbawa: Ang bahay ng bata. (Ang bahay Paliwanag: Ang "nang" ay nagtatakda ng oras
na pag-aari ng bata.) kung kailan nangyari ang isang pangyayari.
Halimbawa: Kumain ng kanin si Maria. (Si Ipinapakita nito ang eksaktong oras o panahon
Maria ang kumain ng kanin.) ng araw kung kailan naganap ang pangyayari.
a. narito b. kahapon
c. nang mabilis
b. malungkot
b. maalinsangan
a. ngayon
b. bihagin
b. pasibo a. naglalaro
a. Paglipad
b. Pagpaputi ng damit
c. Pagpatay sa mikrobiyo
d. Paglaba nang mabilis
a. Kumakalma
READING COMPREHENSION - FILIPINO
KEY TO CORRECTION
1. C
2. C
3. C
4. C
5. B
6. A
7. B
8. B
9. C
10. A
11. B
12. B
13. A
14. A
15. C
16. B
17. C
18. C
19. D
20. A
21. D
22. D
23. C
24. B
25. D
26. B
27. A
28. A
29. A
30. C
31. B
32. A
GENERAL KNOWLEDGE
I. Choose the correct answer. C. Cruise Lining International
1. What is the program launched Association
by the Department of D. Cruise Liners Industry
Transportation in 2017 to Association
create an efficient and
environmentally- friendly 5. What is the name of the cruise
transportation system? ship that sank in April 1912?
a. Number Coding a. SS Valetta
b. Public Utility Vehicle b. RMS Titanic
Modernization Program c. Wonder of the Seas
c. Livelihood Program d. Love Boat
d. DOTr Scholarship
Program 6. What does the RMS in Titanic
stand for?
2. There are __ circumferential a. Registered Mail Services
roads in the Philippines. b. Registered Main Ship
a. 6 c. Royal Mail Ship
b. 10 d. Royal Main Services
c. 8
d. 3 7. What is the contribution of the
Titanic incident to the cruise
3. What government agency is line industry?
responsible for registrations a. Improve the aesthetic of
and issuance of driver’s the cruise ships
licenses? b. Improve the maritime
a. Metropolitan Manila safety
Development Authority c. Improve the marketing
b. Toll Regulatory Board strategy of the cruise
c. Land and Transportation company
Franchising and d. Improve the security
Regulatory Board system of cruise ships
d. Land Transportation Office
8. What does SOLAS mean?
4. In the cruise industry, what a. Safety of Life at Sea
does CLIA stand for? b. Sea of Life Safety
A. Cruise Line Industry c. Safety of Lines at Sea
Authority d. Safety of Love at Sea
B. Cruise Lines International
Association
GENERAL KNOWLEDGE
9. How long is the Channel 14. Which of the following colors
Tunnel? is not in the Philippine Railway
a. 50.5 km system?
b. 60. 3 km a. Violet
c. 40. 5 km b. Orange
d. 30 km c. Yellow
d. Brown
10. What is the meaning of PNR?
a. Philippine National Road 15. What are the former names of
b. Pal National Road LRT 2 extension stations?
c. Philippine National a. Emerald and Masinag
Railways b. Marikina and Pasig
d. Philippine Naturalized c. Marikina-Pasig and
Railways Antipolo
d. Marikina and Masinag
11. What is the latest expressway
in Southern Philippines? 16. In what part of the aircraft that
a. South Luzon Expressway the insignia of a flag country
b. Cebu-Cordova Link can be found?
Expressway a. Livery
c. Manila- Cavite b. Fuselage
Expressway c. Cockpit
d. NAIA Expressway d. Wing
12. What are the provinces that 17. What is the flag air carrier of
connect the San Juanico Germany?
Bridge? A. Lufthansa
a. Masbate and Samar B. KLM
b. Samar and Leyte C. Qantas
c. Cebu and Iloilo D. Etihad
d. Cebu and Leyte
18. What airline is the flag carrier
13. Which of the following of the Philippines?
countries has the first LRT a. Cebu Pacific
system in Southeast Asia? b. Air Asia
a. Philippines c. Philippine Airlines
b. Singapore d. Air Republiq
c. Korea
d. Japan
GENERAL KNOWLEDGE
19. What color is the black box 24. What is the name of the
recorder? Philippine Eagle in the
a. Orange Philippine Polymer banknote?
b. Black a. Ligaya
c. Red b. Diwata
d. Yellow c. Sinag
d. Malaya
20. _____________is the world’s
best airport in 2023 25. When was the Philippine Space
a. Singapore Changi Airport Act ( RA 11363) enacted?
b. Mactan Cebu International a. August 8, 2016
Airport b. August 9, 2018
c. Narita International Airport c. August 8, 2019
d. Ninoy Aquino International d. August 3, 2017
Airport
31. Which of the following is the 36. When was the last time the
famous work of Lualhati Philippines hosted the SEA
Bautista? GAMES?
a. Dekada ‘70 a. 2019
b. Titser b. 2020
c. Darna c. 2022
d. The Ballad of the Five d. 2023
Battles
32. Who is the Japanese novelist 37. How many regular holidays are
that Dr. Jose P. Rizal met at in the Philippines for 2024 as
Yokohama? declared by virtue of
a. Dazai Osamu Proclamation No. 368, series of
b. Tetcho Suehiro 2023?
c. Haruki Murakami a. 5
d. Akiko Yosano b. 10
c. 12
33. ______ is known as King of d. 15
Philippine Komiks
a. Mars Ravelo
b. Nick Joaquin
GENERAL KNOWLEDGE
38. What is the name of the annual
sports event in the Philippines 42. Who is the Greek counterpart
competed by athletes under of Venus?
fifteen (15) years old? a. Athena
a. Palarong Pambansa b. Medusa
b. Batang Pinoy c. Aphrodite
c. State Colleges and d. Artemis
Universities Athletic
Association ( SCUAA) 43. Which among the listed
d. University Athletic countries has the same time
Association of the zone as the Philippines?
Philippines (UAAP) a. Taiwan
b. Korea
39. What are the three countries c. Japan
that hosted the 2023 FIBA d. Spain
Basketball World Cup?
a. USA, Japan, and 44. Who is the well-known UPCM
Philippines Professor and Filipino forensic
b. Korea, Japan, and Pathologist in the Philippines?
Indonesia a. Dr. Willie Ong
c. Japan, Singapore, and b. Dr. Raquel Fortun
China c. Kara David
d. Philippines, Japan, and d. Jose Manuel “ Chel”
Indonesia Diokno
40. Who is the athlete with the 45. Which among the following
most medals in Olympic Philippine state universities
history? was established by virtue of
a. Usain Bolt Act No. 74 of the Philippine
b. Michael Phelps Commission?
c. Larisa Latynina a. Polytechnic University of
d. Takashi Ono the Philippines
b. Technological University of
41. In Greek mythology, how many the Philippines
heads do the underworld c. University of the
watch dog “Cerberus” have? Philippines
a. 5 d. Philippine Normal
b. 4 University
c. 3
d. 2
GENERAL KNOWLEDGE
46. In the phonetic alphabet, the
Letter F stands for?
a. Fan
b. France
c. Foxtrot
d. Fox
2.
3.
4.
5.
6.
7.
ABSTRACT REASONING
II. Choose the letter of the figure that does NOT belong to the series.
8.
9.
10.
11.
12.
13.
ABSTRACT REASONING
14.
15.
16.
17.
18.
19.
20.
Options:
24. Which of the following frames does not belong to the group?
correct?
ABSTRACT REASONING
26. Which of the four figures below is the result when the figure is folded along the
dotted lines?
27. Which of the four choices below is the rotated version of the given figure?
28. If you rotate the given figure, which of the following will be the result?
ABSTRACT REASONING
29. Which is the next figure in the series?
31. Which of the answer cubes is the original cube rotated in any direction?
ABSTRACT REASONING
32. Two pieces of the cube puzzle with three adjacent faces in each piece are shown
and to be used to form a cube. Each face is drawn with figure different to other
sides. Which view fits to the arrangement of the symbol when the cube is
assembled?
34. Create a three-dimensional object out of the two given views below.
35. Which of the four choices below is the rotated version of the given figure?
36. If you rotate the given figure, which of the following will be the result?
38. Which of the four choices is the result when the figure is cut by a plane as shown
below?
39. Which of the four choices is the result when the figure is cut by a plane as shown
below?
ABSTRACT REASONING
KEY TO CORRECTION
ABSTRACT REASONING I
1. A
2. C
3. C
4. D
5. C
6. A
7. A
8. C
9. A
10. C
ABSTRACT REASONING II
11. C
12. B
13. C
14. B
15. B
16. D
17. A
18. A
19. A
20. D
21. C
22. D
23. D
24. D
25. A
26. B
27. C
28. C
29. C
30. B
31. D
32. A
33. B
34. A
35. B
36. D
37. D
38. B
39. D
40. Bonus
LOGICAL REASONING
I. Choose the letter of the best 5. All spink are twink. All sponk are
answer. twonk. If it is a twink, then it is a twonk.
Kink is either a sponk or a spink.
1. All artists are smokers. Some smokers Therefore, a ____________.
are drunkards. Therefore ________.
a. spink is a sponk
a. All smokers are artists b. twonk is a spink
b. Some artists are drunkards c. kink is a spink
c. All drunkards are artists d. kink is a twonk
d. Not all smokers are artists
II. Evaluate the conclusions drawn for
2. In a family, there is a husband, a wife, each passage.
three sons, and one daughter. All the
males were invited to the party. The 6. If I am happy then I am contented.
daughter went out with friends. The wife Going to parties makes me happy.
accompanied the sons to the party. Who Therefore, if I go to a party, then I will be
was at home? contented.
3. Dancers are generally whimsical. 7. If Mon wants to get rich, then he must
Some of them are frustrated. Few open a business. Either Mon pursues
frustrated people are drug users. Which teaching or he will open a business.
of the following is TRUE? Therefore, Mon will get rich.
12. Look at this series: 36, 34, 30, 28, 24, a. Lamb
… What number should come next? b. Horse
c. Elephant
a. 22 d. Tiger
b. 26
c. 23 18. Safe : Secure :: Protect :
d. 20
a. Lock
13. Look at this series: 7, 10, 8, 11, 9, 12, b. Guard
… What number should come next? c. Sure
d. Conserve
a. 7
LOGICAL REASONING
19. Melt : Liquid :: Freeze : b. Serena and Maria have each
secured 1 set in the game.
a. Ice c. The umpire tosses a coin to decide
b. Solid which team will have bat first.
c. Condense d. RCB and KKR each finished at 140
d. Push all out.
20. Parts : Strap :: Wolf : 23. The Sharks and the Bears each
finished with 34 points, and they are now
a. Flow battling it out in a five-minute overtime.
b. Animal
a. When he is offered a better paying
c. Wood
position, Jacob leaves the restaurant
d. Fox
he manages to manage a new
restaurant on the other side of town.
V. Matching Definitions
b. Catherine is spending her junior year
of college studying abroad in
France.
21. An Informal Gathering occurs when a
c. Malcolm is readjusting to civilian life
group of people get together in a casual,
after two years of overseas military
relaxed manner. Which situation below is
service.
the best example of an Informal
d. After several miserable months,
Gathering?
Sharon decides that she can no
a. A debating club meets on the first longer share an apartment with her
Sunday morning of every month. roommate Hilary.
b. After finding out about his salary
24. Reentry occurs when a person leaves
raise, Jay and a few colleagues go
his or her social system for a period of
out for a quick dinner after work.
time and then returns. Which situation
c. Meena sends out 10 invitations for a
below best describes Reentry?
bachelorette party she is giving for
her elder sister. a. When he is offered a better paying
d. Whenever she eats at a Chinese position, Javed leaves the hotel he
restaurant, Roop seems to run into manages to manage another one in
Dibya. a neighboring city.
b. Charan is spending her final year of
college studying abroad in China.
22. A Tiebreaker is an additional contest
c. Manan is readjusting to civilian life
carried out to establish a winner among
after 2 years of overseas merchant
tied contestants. Choose one situation
navy service.
from the options below that best
d. After 5 miserable months, Sneha
represents a Tiebreaker.
decides that she can no longer
a. At halftime, the score is tied at 2-2 in share her room with roommate Hital.
a football match.b
LOGICAL REASONING
25. Posthumous Award occurs when an 27. The car dealer found that there was a
award is given to someone, after their tremendous response for the new XYZ’s
death. Choose one situation below as car booking with long queues of people
the best example of Posthumous Award. complaining about the duration of
business hours and arrangements.
a. Late yesteryear actress Sridevi was
awarded with a Lifetime Courses of action:
Achievement Award posthumously
in Filmfare 2019. I. People should make their arrangement of
b. Chitra never thought she’d live to lunch and snacks while going for car XYZ’s
receive a third booker prize for her booking and be ready to spend several
novel. hours.
c. Emanuel has been honored with a II. Arrangement should be made for more
prestigious literary award for his booking desks and increase business hours
writing career and his daughter to serve more people in less time.
accepted the award on behalf of her
a. If only I follows
deceased father.
b. If only II follows
d. Meenal’s publisher canceled her
c. If either I or II follows
book contract after she failed to
d. If neither I nor II follows
deliver the manuscript on time.
e. If both I and II follow
VI. VERBAL REASONING
28. The ‘M’ state government has
26. The ‘A’ state government has chalked decided hence forth to award the road
out a plan for the underdeveloped ‘B’ construction contracts through open
district where 66% of the funds will be tenders only.
placed in the hands of a committee of
Courses of action:
local representatives.
I. The ‘M’ state will not be able to get the
Courses of action:
work done swiftly as it will have to go
I. The ‘A’ state government should decide through tender and other procedures.
guidelines and norms for the functioning of II. Hence forth the quality of roads
the committee. constructed may be far better.
II. Other state government may follow
a. If only I follows
similar plan if directed by the Central
b. If only II follows
government.
c. If either I or II follows
a. If only I follows d. If neither I nor II follows
b. If only II follows e. If both I and II follow
c. If either I or II follows
29. Alert villagers nabbed a group of
d. If neither I nor II follows
bandits armed with murderous weapons.
e. If both I and II follow
Courses of action:
LOGICAL REASONING
I. The villagers should be provided d. if neither I or II is implicit.
sophisticated weapons. e. if both I and II are implicit.
II. The villagers should be rewarded for their
courage and unity. 32. Statement:
Assumptions:
I. V. Matching Definition
1. A 21. B
2. C 22. D
3. C 23. C
4. D 24. C
5. B 25. A & C
6. D 26. A
7. B 27. B
8. D 28. D
9. B 29. B
10. B 30. E
11. D 31. B
12. A 32. D
13. C 33. A
14. B 34. B
15. A 35. E
IV. Analogies
16. C
17. B
18. B
19. B