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)
The pentagon has a sum of interior angles of 540 degrees.
Therefore,
(4x + 5) + (5x - 5) + (6x + 10) + (4x + 10) + 7x = 540;
26x = 520;
x = 20;
B is the answer I think but so t take my word for it
A system of equations is good for a problem like this.
Let x be the number of student tickets sold
Let y be the number of adult tickets sold
x + y = 200
2x + 3y = 490
x = 200 - y
2(200 - y) + 3y = 490
400 - 2y + 3y = 490
400 + y = 490
y = 90
The number of adult tickets sold was 90.
x + 90 = 200 --> x = 110
2x + 3(90) = 490 --> 2x + 270 = 490 --> 2x = 220 --> x = 110
The number student tickets sold was 110.
Answer:
False; they are equal.
Step-by-step explanation:
The equation is x + 20 > 4x - 1.
First, do the opposite of -1 and add one to the other side while -1+1 cancels out. Now it's x+21 > 4x. Now subtract x from both sides. Positive x minus negative x cancels out and 4x minus x or 1x is 3x. Now you're left with 21> 3x. Now do the inverse operation of multiplication and divide both sides by 3. Now the 3x over 3 cancels out and 21 divided by 3 is 7. So x is 7. If you substitute it in. It will be 7+20 which is 27 which is great than 4(7)-1 which is 28-1. 28-1 is 27. So, the equation is false. They are equal.