Answer:
198.43. dollars is the answer
Answer: 36
Step-by-step explanation:
(Triangle ABC is isosceles)
(base angles of an isosceles triangle are congruent)
(In triangle CMB, angles in a triangle add to 180 degrees)
(triangle sum theorem)
(30-60-90 triangle CMB)
(sides opposite congruent angles in a triangle are congruent)
(segment addition postulate)
Answer:
1 1/2 miles
Step-by-step explanation:
if running 1 lap around a track is 1/2 miles then all we have to do is add it up
so we know that 1/2 miles is one lap
so if he runs two laps we would have run 1 mile
now that we know that he would have ran 1 mile in 2 laps then all we have to do it just add 1 more 1/2 mile in which would give u the answer of 1 1/2 miles or 1.5 miles
Answer:
f(n) = -n^2 -3n +5
Step-by-step explanation:
Suppose the formula is ...
f(n) = an^2 +bn +c
Then we have ...
f(1) = 1 = a(1^2) +b(1) +c
f(2) = -5 = a(2^2) +b(2) +c
f(3) = -13 = a(3^2) +b(3) +c
__
Here's a way to solve these equations.
Subtract the first equation from the second:
-6 = 3a +b . . . . . 4th equation
Subtract the second equation from the third:
-8 = 5a +b . . . . . 5th equation
Subtract the fourth equation from the fifth:
-2 = 2a
a = -1
Then substituting into the 4th equation to find b, we have ...
-6 = 3(-1) +b
-3 = b
and ...
1 = -1 +(-3) +c . . . . . substituting "a" and "b" into the first equation
5 = c
The formula is ...
f(n) = -n^2 -3n +5