Answer: A
Step-by-step explanation:
Answer:
90.
Step-by-step explanation:
We have two lines of code:
y ← x + x + x + x + x
z ← y + y + y
and, x=6 before the execution. Then, when the program starts to run we obtain:
y ← 6 + 6 + 6 + 6 + 6
y ← 30
z ← 30+30+30
z ← 90.
Then, the value of z after excecution is 90.
Answer:
<u>The area of the circular garden is 28.3 square feet</u>
Step-by-step explanation:
Let's recall that the area of a circle is π * r², therefore if the diameter of the circular garden is 6 feet, the area is:
Diameter = 6 feet ⇒ radius = (6/2) = 3 feet
Area of the circular garden = π * 3²
Area of the circular garden = 3.1416 * 9
Area of the circular garden = 28.2744
<u>Area of the circular garden = 28.3 square feet</u>
1) y= - 2x² + 8x. It's a parabola open downward (a<0)
2) x - 2.23.y + 10.34 = 0 . Re-write it : y = (x/2.23) + (10.34/2.23), a linear equation.
To find the intersections between 1) & 2), let 1) = 2)
-2x² + 8x = (x/2.23) + (10.34/2.23)
-2x² + 8x - (x/2.23) - (10.34/2.23) =0 ; solve this quadratic for x values:
x' (that is A) = 0.772 & x" (that is B) = 3. (these are the values of x-intercept (parabola with line). To calculate the y-values, plug x' & x' in the equation:
for x' = 0.772, y = 0.34 → B(0.772 , 0.34)
for x" = 3, y = 0.016 → A(3 , 0.O16)
So B IS AT 0.34 Unit from the ground