document.write( "Question 50020: the sum of two numbers is 13. if the second number is divided by the first, the quotient will be 2 with a remainder of 1. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #33250 by Paul(988) ![]() You can put this solution on YOUR website! Let x and y be the numbers \n" ); document.write( "x+y=13 \n" ); document.write( "y=13-x \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "simplfy and solve \n" ); document.write( "x=4 \n" ); document.write( "y=13-4=9 \n" ); document.write( "Hence, thr two numbers are 4 and 9. \n" ); document.write( "Paul. \n" ); document.write( " |