|----------------------------------120 m ------------------------------|
|--------------|--------------|--------------|--------------|--------------|
P Q R
Distance from P to R = 120m
120 ÷ 5 = 24m
The distance from Q to R is 24m.
Answer:
243π inches
Step-by-step explanation:
The volume of a cylinder is πr^2 * h
r = 9
h = 3
81π * 3 = 243π
Answer:
x = 0
, y = 4
Step-by-step explanation:
Solve the following system:
{y = 4 - 3 x | (equation 1)
x + 2 y = 8 | (equation 2)
Express the system in standard form:
{3 x + y = 4 | (equation 1)
x + 2 y = 8 | (equation 2)
Subtract 1/3 × (equation 1) from equation 2:
{3 x + y = 4 | (equation 1)
0 x+(5 y)/3 = 20/3 | (equation 2)
Multiply equation 2 by 3/5:
{3 x + y = 4 | (equation 1)
0 x+y = 4 | (equation 2)
Subtract equation 2 from equation 1:
{3 x+0 y = 0 | (equation 1)
0 x+y = 4 | (equation 2)
Divide equation 1 by 3:
{x+0 y = 0 | (equation 1)
0 x+y = 4 | (equation 2)
Collect results:
Answer: {x = 0
, y = 4
Every even number is 2 away from the last.
0, 2, 4, 6, 8, 10, 12, 14...etc.
If we had an even number p, then the next three even numbers would be
p+2, p+4, and p+6.
<em>(If we had an odd number p, then the next three even numbers would be</em>
<em>p+1, p+3, and p+5. I'm not sure if p is even is implied in the question. Technically the answer would be p - p mod 2 + 2, where p is an interger...that gets into more technical function stuff, though.)</em>