<span>$60.00 - $42.00 = </span><span>$18
</span><span>$18 / $60 = 0.30 = 30%
Answer
Decrease 30%</span>
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);
Find the slope using the formula [ y2-y1/x2-x1 ].
-9-(-12)/-15-(-24)
3/9
1/3
Find the y-intercept using the formula [ y = mx + b ].
y = 1/3x + b
-12 = 1/3(-24) + b
-12 = -8 + b
-4 = b
Use (18, 2) to see if the line passes through it
y = 1/3x - 4
2 = 1/3(18) - 4
2 = 6 - 4
2 = 2 TRUE
Thus, the line does pass through (18, 2).
Best of Luck!
<h2>
Dionne will fold 210 packing boxes in "60 mìnutes" and</h2><h2>
Elias will fold 210 packing boxes in "70 mìnutes".</h2>
Step-by-step explanation:
Given,
Dionne can fold 175 packing boxes = 50 mìnute and
Elias can fold 120 packing boxes = 40 minutes
To find, the total time each person to fold 210 packing boxes = ?
∵ Dionne can fold 175 packing boxes = 50 mìnute
∴ In 1 mìnute, Dionne can fold number of packing boxes =
= 3.5
∴ Dionne can fold 210 packing boxes =
minutes
= 60 minutes
Also,
Elias can fold 120 packing boxes = 40 minutes
∴ In 1 mìnute, Elias can fold number of packing boxes =
= 3
∴ Elias can fold 210 packing boxes =
minutes
= 70 minutes
Thus, Dionne will fold 210 packing boxes in "60 mìnutes" and
Elias will fold 210 packing boxes in "70 mìnutes".