Answer:
The length of the longer ladder is 35 ft Step-by-step explanation: Please check the attachment for a diagrammatic representation of the problem We want to calculate the length of the longer ladder ; We make reference to the diagram Since the two right triangles formed are similar. the ratios of their sides are equal; Thus; 20/15 = 28/x + 15 20(x + 15) = 15(28) 20x + 300 = 420 20x = 420-300 20x = 120 x = 120/20 x = 6 So we want to calculate the hypotenuse of a right triangle with other sides 28ft and 21 ft To do this, we use the Pythagoras’ theorem which states that square of the hypotenuse equals the sum of the squares of the two other sides Let the hypotenuse be marked x x^2 = 28^2 + 21^2 x^2 = 1,225
x = √1225
x = 35 ft
Answer:
Step-by-step explanation:
R(0,0)
A=((0+2a)/2,(0+2b)/2)=(a,b)
S(2a,2b)
B=((2a+2c)/2,(2b+2d)/2)=(a+c,b+d)
T(2c,2d)
C=((2c+2c)/2,(2d+0)/2)=(2c,d)
V(2c,0)
D=((2c+0)/2,(0+0)/2)=(c,0)
R(0,0)
slope of AB=(b+d-b)/(a+c-a)=d/c
slope of DC=(d-0)/(2c-c)=d/c
slope of AD=(0-b)/(c-a)=-b/(c-a)
slope of BC=(d-b-d)/(2c-a-c)=-b/(c-a)
Answer:
x= -6
Step-by-step explanation:
Answer:
$16,028.85
Working out:
(On calculator) 42,500 x 0.85^6
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence