Answer:
They are quadrilaterals that have opposite sides equal in length.
Answer:
The average speed is 24 km/h less than the top speed of the lorry.
Step-by-step explanation:
The top speed of the lorry is the highest speed reached during transit, while its average speed is the mean speed attained
Given:.
Top speed of the lorry = 90 km/h
Average speed of the lorry = 66 km/h
Then,
The difference between the speed reached = top speed - average speed
= 90 - 66
= 24 km/h
Therefore, the average speed is 24 km/h less than the top speed of the lorry.
2√72 / √8 ± √2
If the denominator is √8 + √2,
2√72 / √8 + √2
= 2√(2*2*2*3*3) / √(2*2*2) + √2
= 2*2*3√2 / 2√2 + √2
= 12√2 / 3√2
= 4
Answer: He now weighs 4.2 kg because 4/10 of 3 is 1.2 and 1.2+3=4.2
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.