Answer: B
Step-by-step explanation:
I got a $5000 scholarship. I spent $300 on a Nintendo Switch. How much money do I have now?
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
Complete question is;
Andrea is given ABC and told that a² + b² = c². She draws right triangle RTS with legs measuring a and b and hypotenuse measuring 2. Which best describes what Andrea should
do in order to prove that ABC is a right triangle?
Answer:
Andrea should show that c = 2, so: ∡ABC = ∡RTS and ∡C = ∡S. Hence, ∡C is a right angled triangle, hence ΔABC is a right triangle
Step-by-step explanation:
In this question, we are told that the given sides of the triangle are a, b and c. Now, Andrea is able to draw the two sides of the right triangle with sides = a and b and the third, hypotenuse equal to 2. Since the length of the hypotenuse = 2, then we have;
2² = a² + b²
However, we are told that c² = a² + b²
Therefore, c = 2
Hence, Andrea should show that c = 2 so ΔABC = ΔRTS and ∡C = ∡S hence ∡C is a right angled triangle since it is the angle opposite to the hypotenuse c and therefore, ΔABC is a right triangle.