Answer:

Step-by-step explanation:
V=L×W×H
=3½in×1⅞×2¾
=3×2+1/2in × 1×8+7/8in × 2×4+3/4in
=7/2in × 15/8in × 24/4in
=2520/64 incube
so it's you tern to change into mixed fraction
sorry for that
but if it's helpful ❤❤
THANK YOU
Answer:
1/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);
Answer:5/3
Step-by-step explanation:
you can do 1/3 x5 and that will give you 5/3