Answer:
q = 2
Step-by-step explanation:
0.5-0.125q=(q-1)/4
At first, we have to multiply both the sides by 4.
4 × (0.5 - 0.125q) = q - 1
or, 2 - 0.5q = q - 1
now, we change the side by taking constant into the right side and the number into the left side.
2 + 1 = q + 0.5q
or, 3 = q (1 + 0.5)
or, 3 = 1.5 q
or, 1.5 q = 3
or,
= (3 ÷ 1.5) [Dividing both the sides by 1.5]
or, q = 2
Therefore, q = 2
Answer:
The answer is D. 5000
Step-by-step explanation:
(10)(10)(10)= 1000
1000(5)=5000
Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
1. Selection B is the only equation satisfied by both (0, 5) and (2, -1).
2. Selection D is the only one with a slope of 5/2.
Answer:
2a
Step-by-step explanation:
using distance formula:
√(x₂-x₁)² + (y₂-y₁)²
putting values,
√{a-(a)}² + {b-b}² = √ {a+a}² + 0²
= √(2a)² = √4a² = 2a
Hope this helps:)