The height of the tree = 15.34m
What is height?
Height is a way to measure someone or something from base to top or head to toe. In other words, height tells how tall someone or something is.
Given,
the height of Jocelyn = 1.75m
At 1 pm = 43.85
She is sway from tree = 38.6
therefore, 43.85 - 38.6 = 5.25
Therefore, height
1.75/5.25 = h/43.35
5.25h = 76.73
therefore, height = 15.34
To know more about HEIGHT, visit:
brainly.com/question/6750993
#SPJ9
Step-by-step explanation:
-3 (v + 4) = 2v - 37
-3v - 12 = 2v - 37
5v = 25
v = 5
Answer:
A. 2/5, 0.40, 40%
Step-by-step explanation:
To turn a fractions into a decimal divided the numerator by the denominator. 2/5=0.40.
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4