New Study Guide
Study Guide · Quick Reference Cheatsheet
32. Plotting Points and Finding Gradient
This section covers plotting points on a Cartesian plane and determining the gradient of a line passing through them.
a. Plotting Points
To plot points on a graph, we use the Cartesian coordinate system, which consists of a horizontal x-axis and a vertical y-axis. The point where they intersect is the origin (0,0).
Given points: A(0,2), B(2,4), C(4,6), D(6,8)
To plot these points:
- Point A (0,2): Start at the origin. Move 0 units along the x-axis (stay at x=0). Move 2 units up along the y-axis. Mark point A.
- Point B (2,4): Start at the origin. Move 2 units to the right along the x-axis. From there, move 4 units up parallel to the y-axis. Mark point B.
- Point C (4,6): Start at the origin. Move 4 units to the right along the x-axis. From there, move 6 units up parallel to the y-axis. Mark point C.
- Point D (6,8): Start at the origin. Move 6 units to the right along the x-axis. From there, move 8 units up parallel to the y-axis. Mark point D.
b. Drawing the Line
Once the points are plotted, use a ruler to draw a straight line that passes through all four points. You will observe that these points are collinear, meaning they lie on the same straight line.
c. Finding the Gradient
The gradient (or slope) of a straight line measures its steepness and direction. It is calculated as the ratio of the vertical change (rise) to the horizontal change (run) between any two distinct points on the line.
The formula for the gradient m between two points (x₁, y₁) and (x₂, y₂) is:
Let’s use points A(0,2) and B(2,4):
Let’s verify with points C(4,6) and D(6,8):
33. Perimeter and Length of a Rectangle
Given: Perimeter P = 36 cm, width w = 8 cm.
Formula for the perimeter of a rectangle: P = 2 × (length + width)
Let l represent the length.
34. Finding the Mean of a Set of Numbers
Numbers: 10, 15, 20, 25, 30
35. Rounding to the Nearest Hundred Thousand
Number: 568,349
- Hundred thousands digit = 5.
- Next digit (ten thousands) = 6 (≥5), so round up.
- 5 becomes 6, all following digits become 0.
36. Area of a Water Trough (Requires Diagram)
37. Laptop Hire Purchase Calculation
Cash price = sh.40,000. Hire Purchase (HP) price = 20% more.
38. Area of a Shaded Segment of a Circle
Radius r = 13 cm, central angle θ = 60°.
Step 1: Area of sector
Step 2: Area of triangle
Step 3: Shaded segment
39. Expression for Total Number of Bananas
Let x = bananas Kamene has.
- Morries: x + 2
- Kamene + Morries = x + (x+2) = 2x + 2
- Mary = (2x+2) − 5 = 2x − 3
40. Working with Fractions
Work out: 45 ÷ 1015
Quick Reference Cheatsheet
Mathematics Quick Reference Sheet (Grade 9 CBC)
Algebra
- Linear Equations: ax + b = c → x = (c − b)/a
- Quadratic Formula: x = [−b ± √(b² − 4ac)] / (2a)
- Expressions: Combine like terms, distributive property a(b + c) = ab + ac
- Inequalities: Reverse inequality sign when multiplying/dividing by negative.
Geometry
- Area: Rectangle A = lw, Square A = s², Triangle A = ½ × base × height, Circle A = πr², Sector A = (θ/360°) × πr²
- Perimeter/Circumference: Rectangle P = 2(l + w), Square P = 4s, Circle C = 2πr or πd
- Pythagoras: a² + b² = c² (right triangle)
- Circle Segment: Area = Sector area − Triangle area
Mensuration (3D)
- Volume: Cuboid V = lwh, Cube V = s³, Cylinder V = πr²h, Prism V = Base area × height
- Surface Area: Sum of all faces.
Number System
- Fractions: Common denominator for addition/subtraction; multiply numerator×numerator, denominator×denominator; divide by multiplying by reciprocal.
- Decimals: Rounding – look at the digit to the right.
- Percentages: Convert to fraction or decimal; percentage increase/decrease.
- Mean: Sum ÷ count.
Coordinate Geometry
- Points: (x, y)
- Gradient: m = (y₂ − y₁) / (x₂ − x₁)
- Equation of a line: y = mx + c (c = y‑intercept)
✅ All fractions now use pure CSS – no LaTeX `\frac` commands – works in every browser, even without MathJax.