Answer: -6/25
Step-by-step explanation: The fractions have unlike denominators. First, find the Least Common Denominator and rewrite the fractions with the common denominator.
LCD(3/5, 21/25) = 25
Multiply both the numerator and denominator of each fraction by the number that makes its denominator equal the LCD. This is basically multiplying each fraction by 1. Finish the multiplication The two fractions now have like denominators so you can subtract the numerators.The two fractions now have like denominators so you can subtract the numerators. Then boom you have -6/25 good luckkkkkkk
A = (1/2)bh
64 = (1/2)(8)h
16 = h
The height is 16 inches
w+5=8 because 3+5=8 so
w+5=9 because we put w as 4
w +5=10 so w is 5
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)