document.write( "Question 38961: Hi! Can you help me with this problem?
\n" );
document.write( "One number is 4 times another number. The larger number is also 87 more than the smaller number. Find the numbers.
\n" );
document.write( "If you could help me it would be very much appreciated.
\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #24410 by fractalier(6550) You can put this solution on YOUR website! Let x be the smaller and y be the larger. \n" ); document.write( "so we have \n" ); document.write( "y = 4x and \n" ); document.write( "y - x = 87 \n" ); document.write( "Now substituting we have \n" ); document.write( "4x - x = 87 \n" ); document.write( "3x = 87 \n" ); document.write( "x = 29 \n" ); document.write( "y = 4x = 116 \n" ); document.write( " |