document.write( "Question 1010642: 1.two numbers,which differ by 3,have a product off 88.find them.
\n" );
document.write( "2.A man walks a certain ditance due north and then the same distance plus a further 7km de east.if the final distance from the stating point is 17km,find the distances he walks north to east.
\n" );
document.write( "3.A farmer makes a profit of x cents on each of the(x+5)eggs her hen lays.if her total profit was 84 cents,find the number of eggs the hen lays.
\n" );
document.write( "4.A boy buys x eggs at (x+8) cents each and (x-2) rashers of bacon at (x-3) cents each. if the total bills is $1.75, how many egs does he buy? \n" );
document.write( "
Algebra.Com's Answer #626373 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! I see no one has answered this, because you need to submit them one at a time. I will do the first one...please resubmit the others. \n" ); document.write( "Call the numbers x and y. Then we have \n" ); document.write( "x = y - 3 \n" ); document.write( "We also have \n" ); document.write( "xy = 88 \n" ); document.write( "Now we substitute and get \n" ); document.write( "(y - 3)y = 88 \n" ); document.write( "y^2 - 3y - 88 = 0 \n" ); document.write( "(y - 11)(y + 8) = 0 \n" ); document.write( "y = 11 and x = 8 \n" ); document.write( "or \n" ); document.write( "y = -8 and x = -11 \n" ); document.write( " |