document.write( "Question 352404: The sum of two numbers is 148. The larger number is 16 more than twice the smaller number. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #251833 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "the other number will be 148-x \n" ); document.write( "... \n" ); document.write( "x=16+2(148-x) \n" ); document.write( "x=16+296-2x \n" ); document.write( "x+2x=312 \n" ); document.write( "3x=312 \n" ); document.write( "x= 104 \n" ); document.write( "other number = 148-104=44 \n" ); document.write( "... \n" ); document.write( "104,44 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |