Answer:
either 45$ a year or divide it to days/months
Step-by-step explanation:
6x-21>3
Add 21 to both sides
6x>24
Divide 6 on both sides
X>4
14x+11>-17
Subtract 11 from both sides
14x>-28
Divide 14 on both sides
X<-2
Answer:
(-8,-2) (-4,6)
Step-by-step explanation:i just got the answer
The point such that the coordinate is 5;3 is (14, 0)
<h3>Midpoint of coordinates using ratio</h3>
The formula for finding the midpoint of a line in the ratio m:n is expressed as:
M(x, y) = {(mx₁+nx₂)/2, (my₁+ny₂)/2,}
Given the coordinate of G and D on the line as G(5, 0) and D(1,0)
Since there is no y-axis, hence;
x = 5(5)+1(3)/2
x = 25+3/2
x = 28/2
x =14
Hence the point such that the ratio is 5;3 is (14, 0)
Learn more on midpoint of a line here: brainly.com/question/5566419
#SPJ1
Would use the algorithm for solving square root.
For square root, √n
x₁ = 0.5(x₀ + n/x₀)
(This formula is known and for square root, and can be derived using Newton-Raphson's approximation equation)
Where x₀ is the initial guess. x₁ becomes the new guess.
For √100.6 let our initial guess be 10, x₀ = 10, n = 100.6
Our approximation shall be to 3 decimal places. Once we get the same answer twice we stop the algorithm.
x₀ = 10, x₁ = 0.5(x₀ + n/x₀), x₁ = 0.5(10 + 100.6/10) = 10.030, x₁ = 10.030
x₂ = 0.5(x₁ + n/x₁), x = 0.5(10.030 + 100.6/10.030) ≈10.015, x₂ ≈ 10.030 (to 3 decimal places)
Since x₂≈ x₁, the algorithm stops.
So the √100.6 is ≈ 10.030 to 3 decimal places.
I hope this helps.