document.write( "Question 464899: the difference of two numbers is 63. the larger number is 27 less than six times the smaller number. find the numbers \n" ); document.write( "
Algebra.Com's Answer #318477 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! n-m=63 \n" ); document.write( "6m-27=n \n" ); document.write( "6m-27-m=63 \n" ); document.write( "5m=90 \n" ); document.write( "m=18 \n" ); document.write( "n=81 \n" ); document.write( "The two numbers are 18 and 81.. \n" ); document.write( " |