To get the greatest possible quotient, you need the biggest possible
dividend and the smallest possible divisor.
96,432 divided by 225 = 428.5666... <== greatest possible
23,469 divided by 522 = 44.9597... <== smallest possible
Answer:
2
Step-by-step explanation:
The distances have the ratio:
(C -A) = (2/3)(B -A)
C = (2/3)B +(1/3)A . . . . . add A
C = (2B +A)/3 . . . . . . . . combine terms
C = (2(4) +(-2))/3 = 6/3 = 2
The coordinate of C is 2.
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);
So 55% is really 55/100
You take 100 - 55 to find how much Mr. Williams drove
100 - 55 = 45
So Mr. Williams drove 45/100 of the miles
Simplified is 9/20 of the miles