Answer:
The number of boys who play tennis is 36.
Step-by-step explanation:
Let the number of boys who play tennis is x.
number of boys who play cricket = y
x = 3 y..... (1)
12 boys plays both cricket and tennis.
According to the question,
x - 12 = y + 1 2
3 y - 12 = y + 12
2 y = 24
y = 12
So, the number of boys who plays tennis is x = 3 x 12 = 36.
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
Let X be the random variable denoting the number of successful throws.
Here X~ Binomial Distribution with n = 5 and p = 0.80.
the probability of her missing 3 (or more) free throws out of 5
= P ( X ≤ 2)
= P (X= 0) + P(X= 1) + P(X= 2)
=0.00032 + 0.0064 + 0.0512
<span>
= 0.05792
I hope my answer has come to your help. God bless and have a nice day ahead!
</span>
Answer:
The bag costs 1500, while the umbrella cost 500
Step-by-step explanation:
Let the cost of the bag be b and the cost of the umbrella be u
Total cost is;
b + u = 2,000 •••••(i)
From the second part of the question;
b = 5u-1000 ••••••(ii)
Substitute ii into i
5u-1000 + u = 2000
6u = 2000 + 1000
6u = 3000
u = 3000/6
u = 500
To get b, substitute the value of u into equation ii
b = 5(500)-1000
b = 2500-1000
b = 1500