document.write( "Question 991826: One number is two less than a second number. Six times the first is 3 more than 3 times the second \n" ); document.write( "
Algebra.Com's Answer #643572 by EdenWolf(517)![]() ![]() You can put this solution on YOUR website! Let x = the second number and (x-2) = the first number. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6(x-2)=3+3x \n" ); document.write( "6x-12=3+3x \n" ); document.write( "Subtract 3x from both sides \n" ); document.write( "3x-12=3 \n" ); document.write( "Add 12 to both sides \n" ); document.write( "3x=15 \n" ); document.write( "x=5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First number: 3 \n" ); document.write( "Second number: 5 \n" ); document.write( " |