1. Force any push or pull on an object. 2. Displacement is an object changing position over time.
Answer:
110degrees
Step-by-step explanation:
Complete question
Q4: If x and y are two supplementary angles whereas m<x=70 then find the m<y.
The sum of two supplementary angles is 180degrees, hence;
m<x + m<y = 180
70 + m<y = 180
m<y = 180 - 70
m<y = 110degrees
Hence the measure of ,=m<y is 110degrees
<span>7.44 divided by 6 = 1.24
hopes this helps.</span>
Answer:
55
Step-by-step explanation:
12 x 5 = 60
60-5 = 55
55 is not prime
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.)