document.write( "Question 348571: Twice one number minus three times a second is equal to 2 and the sum of these numbers is 11. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #249197 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let numbers be x & y \n" ); document.write( "3x-2y=2..................1 \n" ); document.write( "x+y=11...................2 \n" ); document.write( ".. \n" ); document.write( "Multiply equation 2 by 2 \n" ); document.write( "2x+2y=22 \n" ); document.write( "3x-2y+2x+2y=22+2 \n" ); document.write( "5x=24 \n" ); document.write( "x=24/5 \n" ); document.write( "plug the value of x in equation 1 \n" ); document.write( "you will get y =31/5 \n" ); document.write( " |