document.write( "Question 698968: Two numbers have a sum of 17. Four times the larger number is 2 less than 6 times the smaller number. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #431135 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x & y (x>y)\r \n" ); document.write( "\n" ); document.write( "x+y=17.........(1) \n" ); document.write( "4x=6y-2 \n" ); document.write( "4x-6y = -2............(2)\r \n" ); document.write( "\n" ); document.write( "Multiply equation (1) by 6 and add the equation to (2)\r \n" ); document.write( "\n" ); document.write( "6x+6y=102 \n" ); document.write( "4x-6y=-2\r \n" ); document.write( "\n" ); document.write( "10x= 100 \n" ); document.write( "/10 \n" ); document.write( "x=10\r \n" ); document.write( "\n" ); document.write( "One nmber is 10 & other will be 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |