Answer:
6.39
Step-by-step explanation:
divide the total cost by the total amount of the item for the unit price:
38.34/6=6.39
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:
3ab
-------------------
(b+a)
Step-by-step explanation:
3/a - 3/b
-------------------
1/a^2 - 1/b^2
Multiply the top and bottom by a^2 b^2/ a^2/b^2 to clear the fractions
(3/a - 3/b) a^2 b^2
-------------------
(1/a^2 - 1/b^2) a^2b^2
3ab^2 - 3 a^2 b
-------------------
b^2 - a^2
Factor out 3ab on the top
3ab( b-a)
-------------------
b^2 - a^2
The bottom is the difference of squares
3ab( b-a)
-------------------
(b-a) (b+a)
Cancel like terms from the top and bottom
3ab
-------------------
(b+a)
Answer:
it is 25 ft
Step-by-step explanation:
you just add 7.7+7.7+4.8+4.8 to get 25
.33 in its simplest form is 1/3 I think