Answer:
a) 96 = 3.57√h
b) h ≈ 723.11 m
Step-by-step explanation:
<h3>a)</h3>
The equation you want to solve is the model with the given values filled in.
D(h) = 3.57√h . . . . model
96 = 3.57√h . . . . . equation for seeing 96 km to the horizon
__
<h3>b)</h3>
We solve this equation by dividing by the coefficient of the root, then squaring both sides.
96/3.57 = √h
h ≈ 26.891² ≈ 723.11 . . . . meters above sea level
Dustin would need to have an elevation of 723.11 meters above sea level to see 96 km to the horizon.
Answer:
So the correct option is X squared -3 X +40
Step-by-step explanation:
If a polynomial has roots x=8 and x=-5, then we know that the factorized form is:
(x-8)(x+5)
So, to find the polynomial we need to expand the polynomials:
(x-8)(x+5) = (x^2 +5x - 8x + 40) = x^2 -3x + 40
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
You need to use the distance formula to find the radius of the circle.
The radius is 3.
The circumference is
Your answer is 13.8 or 14
A^2 + B^2 = C^2
7^2 + 12^2 =C^2
49 + 144 = 193
193=13.8 (Square root 193)
C^2 is 13.8 or 14