The decimal of the fraction 2/7 is 0.2857142857
Elevation above sea level = 2x+50
rock climbers minute of climbing = x
2x + x + 50
3x + 50
The equation seems to be
1
-------- = 5 ^ (x + 4)
25
In that case, this is the solution, stept by step:
1) factor 25: 25 = 5^2
1
=> ----------- = 5^(x + 4)
5^2
2) invert 5^2
=> 5^(-2) = 5^(x+4)
3) Given that the bases are equal, the exponents also have to be equal:
=> - 2 = x + 4
3) transpose +4:
=> - 2 - 4 = x
=> x = - 6
Answer: - 6
Answer:
-3
Hope this helps :)
Have a great day !
5INGH
Step-by-step explanation:

Answer:
Answered
Step-by-step explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))