I think it’s between 100-200 like 150 cause it’s near a 100 and more then a 100 too.
The answer is 400 because u multiply 8 x 10= 80 x 5=400
Answer:
2x + 3y ≥ 5
Step-by-step explanation:
See the graph attached.
The bold straight line passes through the points (1,1) and (4,-1).
Therefore, the equation of the straight line will be
⇒ 3(y + 1) = - 2(x - 4)
⇒ 3y + 3 = - 2x + 8
⇒ 2x + 3y = 5 ............. (1)
Now, the shaded region i.e. the solution to the inequality does not include the origin(0,0).
So, putting x = 0 and y = 0 in the equation (1) we get, 0 < 5
Therefore, the inequality equation is 2x + 3y ≥ 5 (Answer)
Answer:
Arc length of the partial circle = 3π units
Step-by-step explanation:
Given question is incomplete; please find the complete question attached.
Formula for the arc length of a circle = 
Here θ is the angle formed by the sector at the center.
Angle that is formed at the center of the circle is = 360° - 90°
= 270°
So, length of the arc = 
= 3π
Therefore, length of the given partial circle is 3π units.
In math, Exponentiation refers to the operation of raising one quantity to the power of another. See the program running the exponentiation below.
<h3>What is the required code?</h3>
The code is given below:
number_of_days = 30
amount_after_30days = 0.01 * (2 ** number_of_days)
# print the amount
print(amount_after_30days)
Learn more about exponentiation at;
brainly.com/question/11975096
#SPJ1