Check the picture below.
the ladder is 26ft, the roof is 24ft above, so the ladderis 2ft longer than needed, if you move the ladder 10 feet away, will it give 24 or more? well, you know already.
Answer:
half a cup of flower -> 1/2
Step-by-step explanation:
i used a proportion to figure this out.


if you do a quick calculation on what that angle is, you'll notice that it is exactly 1 radian, and an angle of 1 radian, has an arc that is the same length as its radius.
that's pretty much what one-radian stands for, an angle, whose arc is the same length as its radius.
Asked and answered elsewhere.
brainly.com/question/9247314You obviously don't mind using "technology" (Brainly) to answer these questions. A graphing calculator can do quadratic regression on the sequence and tell you its formula.
If you want to do it by hand, you can write the equation
.. y = ax^2 +bx +c
and substitute three of the given points. Then solve the resulting three linear equations for a, b, and c.
.. 4 = a +b +c
.. 7 = 4a +2b +c
.. 12 = 9a +3b +c
Subtracting the first equation from the other two reduces this to
.. 3 = 3a +b
.. 8 = 8a +2b
The latter can be divided by 2, so reduces to
.. 4 = 4a +b
Subtracting the first of the reduced equations from this, you have
.. 1 = a
so
.. 3 = 3*1 +b
.. 0 = b
and
.. 4 = a + b + c = 1 + 0 + c
.. 3 = c
And your equation is
.. y = x^2 +3 . . . . . . as shown previously