Answer:
2(n-6)=12
(I went too far in my explanation; I'm not going to erase it because I think it is important to have an example on solving these)
Step-by-step explanation:
Twice the difference of a number and 6 is the same as 12.
Twice means 2 times
Difference means the result of subtracting something.
is the same as means equal to (=).
So we are given 2(n-6)=12.
You can start by dividing 2 on both sides are distributing 2 to terms in the ( ).
I will do it both ways and you can pick your favorite.
2(n-6)=12
Divide both sides by 2.
n-6 =6
Add 6 on both sides
n =12
OR!
2(n-6)=12
Distribute 2 to both terms in the ( )
2n-12=12
Add 12 on both sides
2n =24
Divide both sides by 2
n =12
Two squares root. Because 3 * 3 = 9 and -3 * -3 = 9.
The average speed of Dolly is 33.33kmph.
Average Speed:
The average speed is defined as the total distance travelled by the object in a particular interval of time. It can be calculated by dividing the total distance travelled by the total time taken.
So, Average Speed = total distance / total time
Here,
Let the total distance is 100 km.
Therefore, consider she will travel 60 km at speed of 60 kmph , 30 km at speed of 30 kmph and 10 km at speed of 10 kmph.
she will required times of 1 hour, 1hour and 1hour
So,
Average speed = 100 / (1 + 1 + 1)
=> 100 / 3 = 33.33
To know more about Average speed here
brainly.com/question/12322912
#SPJ4
Find rates of change until you find a constant.
dy/dx=1,2,3,4,5,6
d2y/dx2=1,1,1,1,1
So the acceleration, d2y/d2x, is constant. This means that this is a quadratic sequence of the form a(n)=an^2+bn+c. So we can set up a system of equations to solve for the values of a,b, and c. Using the first three points, (1,1), (2,2), and (3,4) we have:
9a+3b+c=4, 4a+2b+c=2, and a+b+c=1 getting the differences...
5a+b=2 and 3a+b=1 and getting this difference...
2a=1, so a=1/2 making 5a+b=2 become:
2.5+b=2, so b=-1/2, making a+b+c=1 become:
1/2-1/2+c=1, so c=1 so the rule is:
a(n)=0.5x^2-0.5x+1 or if you prefer to not have decimals
a(n)=(x^2-x+2)/2