Answer:
We make scatterplots to see relationships between variables. Scatterplots are really good for helping us see if two variables have positive or negative association (or no association at all).Step-by-step explanation:
Answer:
Distributive Property
Step-by-step explanation:
a(b + c) = ab + ac
Answer:
domain = 0 < x < infinity / range = y < 4
Step-by-step explanation:
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);
It would be a 12.5% increase. First you find her monthly wages: $10.50 x 160 hours= $1680 a month. Her insurance is $210/month. So you need to find what percentage 210 is of 1680. So

. Solve for x by dividing 1680 on both sides and you get 0.125. Multiply by 100 to get the percentage and you get 12.5%. Check your answer by multiplying 1680 x 0.125 and you get 210.