Answer:
1) 7.9
2) 5.2
3) 20.3
4) 27.9
Step-by-step explanation:
9514 1404 393
Answer:
C. y = 50x + 3.5
Step-by-step explanation:
100 miles in 2 hours is 100/2 = 50 miles per hour. Multiplying that rate by x hours gives the miles traveled in addition to the 3.5 miles so far. The appropriate equation for miles traveled is ...
y = 50x +3.5 . . . matches choice C
Answer:
1. coefficient
2. variable
3. constant
Step-by-step explanation:
First you find the unit rate. (Divide 2.76 by 18)
You will find out that each ounce costs $0.15
Then divide 2.07 by 0.15.
The answer is 13.8 ounces.
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)