document.write( "Question 758956: find the number that such the second number is 3 more than twice the first no.and the sum is 72
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #461742 by Cromlix(4381) You can put this solution on YOUR website! First no. = x \n" ); document.write( "Second no. = 3x \n" ); document.write( "x + 3x = 72 \n" ); document.write( " 4x = 72 \n" ); document.write( " x = 18 \n" ); document.write( "First no. = 18 \n" ); document.write( "Second no. = 54 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |