Answer:
A
Step-by-step explanation:
Find the mean:
Day 1: 2
Day 2: 1
Day 3: 4
Day 4: 5
Day 5: 0
Day 6: 7
Mean =
This does not exceed a daily mean of 3.5 hours which was set by her mom as a guideline.
Therefore we can conclude that:
"Chawrdi complied with the guideline because the mean number of hours played is
.
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:
15f^2
Step-by-step explanation:
multiply lenghtxwidth
always make sure to square your answer when doing area
Answer:
It's totally correct with no doubt
Answer: F=bill for first shop=4S-$630; S=bill for second shop
.
F+S=$3265 Substitute for F
4S-$630+S=$3265
5S=$3895
S=$779 ANSWER 1: The bill for the second shop was $779
.
F=4S-$630
F=4($779)-$630
F=$3116-$630=$2486 ANSWER 2: The bill for the first shop was $2486.
.
CHECK:
F+S=$3265
$2486+$779=$3265
$3265=$3265
explanation: