Answer:
8.1
Step-by-step explanation:
Step-by-step explanation:
To solve this problem, let's set up our equation to solve for x (time to travel 13 miles).
We use this equation to find x. To solve, we divide 13 by 65 to get our answer.
13 ÷ 65 = 0.2
Our answer: 0.2 hours
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
Answer:
Step-by-step explanation:
Consider the given equation
Factor form of a parabola: It displays the x-intercepts.
.... (1)
where, a is a constant and, p and q are x-intercepts.
So, we need to find the factored form of the given equation.
Splinting the middle term we get
.... (2)
On comparing (1) and (2) we get
It means x-intercepts of the given parabola are 4 and 2.
Therefore, equivalent forms of the equation is y=(x-4)(x-2).
Answer:
The center is located at (-1, -2), and the radius is 5.
Step-by-step explanation:
The general equation of a circle is given as
(x - a)^2 + (y - b)^2 = r^2
where
a and b are the centre of the circle and r is the radius
Given the equation
x2 + 2x + y2 + 4y = 20
add 1 ad 4 to both sides
x2 + 2x + 1 + y2 + 4y + 4 = 20 + 4 + 1
factorise
(x +1)^2 + (y+2)^2 = 5^2
comparing with the general equation
a = -1, b = -2, r = 5 (all measured in units)