document.write( "Question 123274: The sum of two numbers is 16. Twice the smaller # is 2 more than the larger #.
\n" );
document.write( "Find them. ??Can someone please help me. \n" );
document.write( "
Algebra.Com's Answer #90438 by scott8148(6628) You can put this solution on YOUR website! let x=smaller\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Twice the smaller # is 2 more than the larger #\" __ 2x-2=larger\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The sum of two numbers is 16\" __ x+2x-2=16 __ 3x=18 \n" ); document.write( " |