The typical tip would be 19.5, you get this from solving or searching up 15% of 130 equaling to 19.5
-3+3x=-2(x+1)
First: I will get rid of the bracket:
-3+3x=-2x-2
Now, all the x goes to the left side, all the numbers without x to the right side:
3x+2x=-2+3
we add up"
5x=1
divide by 5:
Step-by-step explanation:
There are 12 games in the population. You need to use a random number generator to choose 2 of these games.
RandomSample[{1,2,3,4,5,6,7,8,9,10,11,12},2]
Let's say the first sample you get is {1,5}. That corresponds to game times of 8 minutes and 7 minutes. The mean game time for that sample is 7.5 minutes. So the first row in your table would be:
![\left[\begin{array}{ccc}Sample&List\ of\ Game\ Times&Mean\ Game\ Time\\1&8,7&7.5\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7DSample%26List%5C%20of%5C%20Game%5C%20Times%26Mean%5C%20Game%5C%20Time%5C%5C1%268%2C7%267.5%5Cend%7Barray%7D%5Cright%5D)
Answer:
y = 3x + 18
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
Calculate m using the slope formula
m = (y₂ - y₁ ) / (x₂ - x₁ )
with (x₁, y₁ ) = (- 9, - 9) and (x₂, y₂ ) = (- 6, 0)
m =
=
= 3, thus
y = 3x + c ← is the partial equation of the line
To find c substitute either of the 2 points into the partial equation
Using (- 6, 0), then
0 = - 18 + c ⇒ c = 0 + 18 = 18
y = 3x + 18 ← equation of line
Answer:
d = 8
Step-by-step explanation: