Make a proportion
81/30 = x/600
600/30 = 20
x/81 = 20
x = 1620
Solution: 1620 calories
Answer:
x=0
Step-by-step explanation:
We are given:
g(x) =10x +2
and
g(x)=2
g(x) is equal to both 10x+2 and 2. Therefore, by substitution, we can set them equal to each other
10x+2=2
Now, we need to solve for x. First, move all the numbers to the same side. Subtract 2 from both sides
10x+2-2=2-2
10x=0
To solve for x, we have to get x by itself. x and 10 are being multiplied. To get x alone, divide both sides by 10.
10x/10=0/10
x=0
Answer:
$ 1,131.56
Step-by-step explanation:
1,250x85%=1,062.50
1,062.50x6.5=69.06
1062.50+69.06=1,131.56
Answer:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Step-by-step explanation:
For this case first we need to create the sample of size 20 for the following distribution:

And we can use the following code: rnorm(20,50,6) and we got this output:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Answer: -3√5 + 10√3
Step 1: Find the prime factorization of the number inside the radical.
Step 2: Determine the index of the radical. In this case, the index is two because it is a square root, which means we need two of a kind.
Step 3: Move each group of numbers or variables from inside the radical to outside the radical. In this case, the pair of 2’s and 3’s moved outside the radical.
Step 4: Simplify the expressions both inside and outside the radical by multiplying.