document.write( "Question 405880: a number is 2 more than twice another number. If the sum of the two numbers is 29, what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #286596 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "other number = 2x+2\r \n" ); document.write( "\n" ); document.write( "... \n" ); document.write( "x+2x+2=29 \n" ); document.write( "3x+2=29 \n" ); document.write( "add -2 to both sides \n" ); document.write( "3x=29-2 \n" ); document.write( "3x=27 \n" ); document.write( "/3 \n" ); document.write( "x=9 first number \n" ); document.write( "second number ==> 2x+2= 2*9+2=20\r \n" ); document.write( "\n" ); document.write( "9, 20 are the numbers \n" ); document.write( " |