document.write( "Question 1124991: Hello! I have a quick math question.
\n" );
document.write( "One number is three more than a second number. Five times the first is 15 less than 4 times the second. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #741340 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number is x and other is x-3 \n" ); document.write( "5x+15=4(x-3) \n" ); document.write( "5x+15=4x-12 \n" ); document.write( "x=-27 \n" ); document.write( "the numbers are -27 and -30 \n" ); document.write( "5*-27=-135 \n" ); document.write( "4*-30=-120 \n" ); document.write( "-135 is 15 fewer than -120. \n" ); document.write( " |