Solution:
Detailed explanation:
Here we need to find both the circumference and the area of a circle whose diameter is 30 in.
///\\\///\\\///\\\///\\\///\\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\\////\\\\////\\\\///\\\///\\\///\\\///
⚜ Circumference ⚜
This is the formula that we use for the circumference.
.
Here, C is the circumference,
is pi, *
d is the diameter
_____________
* The number pi is an irrational number. This means that no matter how hard we try, we cannot write this number as a fraction. The reason for that is: The number pi has never-ending digits after its decimal point.
To avoid getting never-ending numbers, we will use 3.14 for pi.
_____________
Alright, so now we just stick in the values.
The circumference is successfully calculated.
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\////\\\\///\\\///\\\///\\\//\\//\/\/\/\//\///\\//
⚜ Area ⚜
This is the formula we will use to work out the area.
Here,
A denotes the area
denotes pi
r denotes the radius (30/2=15, because the diameter is always two times the radius)
Once again, it's just a matter of sticking in the values.
NB:
Remember the Order of Operations!
P.E.M.D.A.S.
P=Parentheses
This operation tells us to evaluate all expressions in the parentheses first, if any are present.
E=Exponents
This one tells us to evaluate all expressions with exponents, if any are present.
M=Multiplication | D=Division
Unlike the two operations above, these two are completely interchangeable.
A=Addition | S=Subtraction
Like M and D, A and S are interchangeable.
_________________
Now let's simplify... According to P.E.M.D.A.S., we should square 15 first.
Now, we need to multiply.