222 student tickets
111 adult tickets
That checks out...
2x + x = 333
3x=333
x=111
13.41 is 13.406 rounded to nearest hundreth
<span>Semicircle area = circle area / 2 = (pi*r^2)/2
16 in is the radius. Let's call the area of this semicircle s.
3.14*16^2=s
</span><span>Trapezoid area = ((base 1 + base 2) / 2) * h
Here, base 1 is 44 and base 2 is 36. The height (h) is 20. Let's call this trapezoid's area t.
(44+36)/2 *20 = t
</span>
<span>We can remove the area of the semicircle (that created by the windshield wiper) by subtracting it from the area of the trapezoid.
t - s = uncleaned area
[(44+36)/2 * 20] - [3.14 * 16^2] = uncleaned area</span>
Answer:
yes
Step-by-step explanation:
I think you did the question correctly. good luck
Answer:
"greatest common factor" (GCF) or "greatest common divisor" (GCD)
Step-by-step explanation:
Apparently, you're looking for the term that has the given definition. It is called the GCF or GCD, the "greatest common factor" or the "greatest common divisor."
_____
The GCF or GCD can be found a couple of ways. One way is to find the prime factors of the numbers involved, then identify the lowest power of each of the unique prime factors that are common to all numbers. The product of those numbers is the GCF.
<u>Example</u>:
GCF(6, 9)
can be found from the prime factors:
The unique factors are 2 and 3. Only the factor 3 is common to both numbers, and its lowest power is 1. Thus ...
GCF(6, 9) = 3¹ = 3
__
Another way to find the GCD is to use Euclid's Algorithm. At each step of the algorithm, the largest number modulo the smallest number is found. If that is not zero, the largest number is replaced by the result, and the process repeated. If the result is zero, the smallest number is the GCD.
GCD(6, 9) = 9 mod 6 = 3 . . . . . (6 mod 3 = 0, so 3 is the GCD)