Answer:
6
Step-by-step explanation:
because every 7 books Miss. Nelson gets 2 free books so when Miss. Nelson bought the 7 books she got the 6 and also took 21 divided by 7 and you get 3 then you times that with the 2 and that is how you get 6 books for free
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);
In the given problem it is already stated that the cost of each eggs is 15 cent. Out the total eggs bought 6 were broken. The rest of the eggs were sold for 20 cents each and the profit made was $4.80.
Cost of the 6 broken eggs = (6 * 0.15)
= 0.9 cents
Let us assume that the number of eggs bought = x
Then we can write the equation as
0.2x - (0.15x - 0.9) = 4.80
0.2x - 0.15x + 0.9 = 4.80
0.05x = 4.80 - 0.9
0.05x = 3.9
x = 3.9/0.05
= 78
So the number of eggs bought by him is 78
1 oz = 0.125 cups so 6 oz = 0.75 cups
Hope this helps!
Answer: ok boomer :3
Step-by-step explanation: