Answer:
a) 83%
b) 0.892
Step-by-step explanation:
percentage that attends class on friday = 74%
percentage that pass because they attend class on friday = 88%
percentage that pass but did not go to school on friday = 20%
a) percentage of students expected to pass the course
= (74% x 88%) +(88% x 20%)
= 0.6512 + 0.176
= 0.8272
= 83%
b) If a person passes the course, what is the probability that he/she attended classes on Fridays
= 74% divided by 83%
= 0.892
To find the unit rate, divide the numerator and denominator of the given rate by the denominator of the given rate
3500 miles divided by 175 Miles Per Hour. 3500/175=20 Hours.
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
$2,975
Step-by-step explanation:
Discount = Original Price x Discount %/100
Discount = 3500 × 15/100
Discount = 3500 x 0.15
You save = $525.00
Final Price = Original Price - Discount
Final Price = 3500 - 525
Final Price = $2,975.00