document.write( "Question 1045156: The quotient of two numbers is 12. The difference of the two numbers is 11. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #660542 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x and y are the numbers. \n" ); document.write( "x/y=12 \n" ); document.write( "x-y=11 \n" ); document.write( "x=12y from the first. Substitute \n" ); document.write( "12y-y=11 \n" ); document.write( "11y=11 \n" ); document.write( "y=1 \n" ); document.write( "x=12 \n" ); document.write( "12/1=12 \n" ); document.write( "12-1=11 \n" ); document.write( "The numbers are 12 and 1. \n" ); document.write( " |