Answer:
18.84 estimated, 6π exactly
Step-by-step explanation:
Hi!
<u>The formula for finding the circumference of a circle is 2πr:</u>
In that case, all we need to do <em>first </em>is to divide the diameter by 2, so we can substitute that into the equation.
6 ÷ 2 = 3
So we have 2π × 3 to solve.
2π × 3 = 6π
We can estimate the circumference by multiplying by 3.14.
6 × 3.14 = 18.84
(actually multiplying by π gives 18.849... which is pretty close!)
Thus, the circumference is .
Hope this helps!
Whatever% of anything is just (whatever/100) * anything.
now, we know Trever makes $500 in salary and 2% on sales, let's say he sells "x" amount, how much is 2% of x? well (2/100) * x, or 0.02x.
Therefore Trever's earnings are 500 + 0.02x, his salary plus his commission.
to earn a total of 2,000, then 500 + 0.02x = 2000, thus
Answer: 4 dollars per person . that would be it .
Step-by-step explanation:
Answer:
1) m=-7/5
2) m=-7/5
3) parallel
Step-by-step explanation:
the first part:
graph the points and then find the slope
m=-7/5
the second part:
slope= m in y=mx+b
m=-7/5
the last part:
they are parallel because they have the same slope
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.