There are 64 people in the room.
Since the ratio for women increases 1 when 8 women enter the room, for every time there is 1 in the ratio there are 8 people. That means that originally you have to do 3x8 and 4x8. You get 24 and 32 which equals 56. Then when 8 more women enter the room, you get 64.
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:
Please view this i think that is C
Step-by-step explanation:
we know that
the car gets 18 miles per -----------> 1 gallon of gasoline
so
for 543 miles ---------------------> x gallons of gasoline
by proportion
543/18=x/1---------->x=543/18------->x=30.17 gallons
therefore
the answer is
30.17 gallons
Answer: t=4.5x
Step-by-step explanation:
t=cups of tomatoes
x=batch(es) of pasta sauce
Example:
The chef wants to know how many tomatoes he needs to make 2 batches of pasta sauce.
x=2
So 4.5x2=9
Answer for the example is 9