*1) Given the equation of a line: 4x+3y−21=0.
a) Determine the gradient of the line.
Step 1: Rewrite the equation in the slope-intercept form y=mx+c.
3y=−4x+21
Step 2: Multiply by 3 to isolate y.
y=3(−4x+21)
y=−43x+23
Step 3: Identify the gradient m.
The gradient m is the coefficient of x.
m=−43
The gradient of the line is −43.
b) Determine the coordinates of the point where the line cuts the coordinate axes.
Step 1: Find the x-intercept (where y=0).
Substitute y=0 into the original equation:
4x+30−21=0
4x−21=0
4x=21
x=4×21
x=2
The x-intercept is (2,0).
Step 2: Find the y-intercept (where x=0).
Substitute x=0 into the original equation:
40+3y−21=0
3y−21=0
3y=21
y=3×21
y=23
The y-intercept is (0,23).
The coordinates where the line cuts the coordinate axes are (2,0)and(0,23).
c) An equation of a line passing through (a,b) and perpendicular to the line above.
Step 1: Find the gradient of the given line.
From part (a), the gradient of the given line is m=−43.
Step 2: Find the gradient of the perpendicular line.
If two lines are perpendicular, the product of their gradients is −1.
Let m⊥ be the gradient of the perpendicular line.
m⋅m⊥=−1
(−43)m⊥=−1
m⊥=−43−1
m⊥=34
Step 3: Use the point-slope form y−y1=m⊥(x−x1) with (x1,y1)=(a,b).
y−b=34(x−a)
Step 4: Rearrange into a standard form (optional, but often preferred).
3(y−b)=4(x−a)
3y−3b=4x−4a
4x−3y−4a+3b=0
The equation of the perpendicular line is y−b=34(x−a)or4x−3y−4a+3b=0.
2) The price tag on an article in a supermarket is 7,000 FCFA. During an auction sale, the price was reduced by 12%.
a) At what price will the article be sold?
Step 1: Calculate the reduction amount.
Reduction = 12% of 7,000 FCFA
Reduction=10012×7000
Reduction=12×70
Reduction=840FCFA
Step 2: Calculate the selling price.
Selling price = Original price - Reduction
Sellingprice=7000−840
Sellingprice=6160FCFA
The article will be sold for 6160FCFA.
b) Given that there is a 1% tax on the purchase price, how much will be paid? (Leave your answer to the nearest 5FCFA).
Step 1: Calculate the tax amount.
The purchase price is the selling price from part (a), which is 6160 FCFA.
Tax = 1% of 6160 FCFA
Tax=1001×6160
Tax=61.60FCFA
Step 2: Calculate the total amount paid.
Total paid = Selling price + Tax
Totalpaid=6160+61.60
Totalpaid=6221.60FCFA
Step 3: Round the total amount to the nearest 5 FCFA.
The nearest multiple of 5 to 6221.60 is 6220.
The amount to be paid is 6220FCFA.
3) Given that f(x)=x3−2x2−5x+6.
a) Show that (x+2) is a factor of f.
Step 1: Use the Factor Theorem.
According to the Factor Theorem, if (x+2) is a factor of f(x), then f(−2) must be equal to 0.
Substitute x=−2 into f(x):
f(−2)=(−2)3−2(−2)2−5(−2)+6
f(−2)=−8−2(4)−(−10)+6
f(−2)=−8−8+10+6
f(−2)=−16+16
f(−2)=0
Since f(−2)=0, (x+2)isafactoroff(x).
b) Factorise f(x) completely.
Step 1: Divide f(x) by (x+2) to find the quadratic factor.
Using synthetic division with root −2:
-2 | 1 -2 -5 6
| -2 8 -6
------------------
1 -4 3 0
The coefficients of the quotient are 1,−4,3.
So, the quadratic factor is x2−4x+3.
Step 2: Factorise the quadratic expression x2−4x+3.
We need two numbers that multiply to 3 and add to -4. These numbers are -1 and -3.
x2−4x+3=(x−1)(x−3)
Step 3: Write f(x) as a product of its linear factors.
f(x)=(x+2)(x−1)(x−3)
The complete factorisation of f(x) is (x+2)(x−1)(x−3).