document.write( "Question 523035: The difference of two nmbers is 63. The larger number is 12 less than six times the smaller number. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #347169 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x & y \n" ); document.write( "larger number be x \n" ); document.write( "x-y=63------------1\r \n" ); document.write( "\n" ); document.write( "x=6y-12 \n" ); document.write( "x-6y=-12-----------2\r \n" ); document.write( "\n" ); document.write( "Equation (1) -(2) \n" ); document.write( "5y= 75 \n" ); document.write( "y=15\r \n" ); document.write( "\n" ); document.write( "so x=63+15=78\r \n" ); document.write( "\n" ); document.write( "Numbers are 78 & 15 \n" ); document.write( " |