document.write( "Question 1054273: 1) The first number is 5 more than the 2nd. Three times the first increased by twice the second results in 30. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #669490 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x is first number \n" ); document.write( "x-5 is the second \n" ); document.write( "3x+2(x-5)=30 \n" ); document.write( "3x+2x-10=30 \n" ); document.write( "5x=40 \n" ); document.write( "x=8 \n" ); document.write( "x-5=3 \n" ); document.write( "the numbers are 8 and 3 \n" ); document.write( "8 is 5 more than 3 \n" ); document.write( "3*8=24 and increased by 2(3) makes 30. \n" ); document.write( " |