Answer:
V = 2010.6193 ft3
Step-by-step explanation:
Answer:
<h2>45, 46, 47</h2>
Step-by-step explanation:
n, n + 1, n + 2 - three consecutive integers
The equation:
138 - n = (n + 1) + (n + 2)
138 - n = n + 1 + n + 2 <em>combile like terms</em>
138 - n = 2n + 3 <em>subtract 138 from both sides</em>
-n = 2n - 135 <em>subtract 2n from both sides</em>
-3n = -135 <em>divide both sides by (-3)</em>
n = 45
n + 1 = 46
n + 2 = 47
Answer:
-6
Step-by-step explanation:
14x+6=2(5+7x)
14x+6=10+14x
14x-14x=10-16
x= -6
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.)
First find the slope of the line = (y2 - y1) / (x2 - x1) where the 2 points are (x1, y1 and (x2, t2).
Then substitute the values of the slope (m) and one of the points into the point-slope formula
y - y1 = m(x - x1)