![]()
I'm trying to help anyone who may need help and also getting better at the same time! If you need additional help just comment. (I post around 10 questions a week)
Q: On a beach 50 people are wearing sunglasses and 35
people are wearing caps. Some people are wearing both sunglasses and
caps. If one of the people wearing a cap is selected at random, the
probability that this person is is also wearing sunglasses is 2/5. If instead, someone wearing sunglasses is selected at random, what is the probability that this person is also wearing a cap?
![]()
![[asy] unitsize(2mm); defaultpen(fontsize(8bp)); real d = 5; real t = 0.7; real r; int[] num = {20,26,16,22,16}; string[] days = {"Monday","Tuesday","Wednesday","Thursday","Friday"}; for (int i=0; i<30; i=i+2) { draw((i,0)--(i,-5*d),gray); }for (int i=0; i<5; ++i) { r = -1*(i+0.5)*d; fill((0,r-t)--(0,r+t)--(num[i],r+t)--(num[i],r-t)--cycle,gray); label(days[i],(-1,r),W); }for(int i=0; i<32; i=i+4) { label(string(i),(i,1)); }label("Number of students at soccer practice",(14,3.5)); [/asy]](https://latex.artofproblemsolving.com/e/1/7/e1796ef723acbb9a4cfeacf57e69202cddf3e0d3.png)
The mean increases by
and the median does not change.
The mean increases by
and the median increases by
.
The mean increases by
and the median increases by
.
The mean increases by
and the median increases by
.
The mean increases by
and the median increases by
.
Q: Alex and Felicia each have cats as pets. Alex buys cat food in cylindrical cans that are 6 cm in diameter and 12 cm high. Felicia buys cat food in cylindrical cans that are 12 cm in diameter and 6 cm high. What is the ratio of the volume one of Alex's cans to the volume one of Felicia's cans?
![]()