Answer:

The problem:
Find
if
,
, and
.
Step-by-step explanation:


Replace
in
with
since we are asked to find
:
![\sqrt[3]{x+3}=\sqrt[3]{g(x)+2}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7Bx%2B3%7D%3D%5Csqrt%5B3%5D%7Bg%28x%29%2B2%7D)
![\sqrt[3]{x+1+2}=\sqrt[3]{g(x)+2}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7Bx%2B1%2B2%7D%3D%5Csqrt%5B3%5D%7Bg%28x%29%2B2%7D)
This implies that 
Let's check:



![\sqrt[3]{(x+1)+2}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%28x%2B1%29%2B2%7D)
![\sqrt[3]{x+1+2}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7Bx%2B1%2B2%7D)
which is the required result for
.
Ok so nevermind i won't help
Answer:
Mean=2.53
median=2
mode=2
range=3
Step-by-step explanation:
1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 4, 4, 4
MEAN
Add up all data values to get the sum
Count the number of values in your data set
Divide the sum by the count
38/15=2.53
MEDIAN
Arrange data values from lowest to the highest value
The median is the data value in the middle of the set
If there are 2 data values in the middle the median is the mean of those 2 values.
MODE
Mode is the value or values in the data set that occur most frequently.
RANGE
18-15=3
If he ate 4 of them, but it means he ate 2/5 muffins,
4 muffins = 2/5 muffins
You substitute x muffins for how much muffins she baked in all -
2/5* x muffins = 4
2/5 multiply by 2/5 to cross it out. Do the same to the other side.
x= 4 *5/2
x = 10 muffins
So there were 10 muffins in all
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)