document.write( "Question 285412: one number is 3 more than another. the smaller number decreased by 4 times the larger number is the same as 12 less than six times the larger number. find teh larger number. \n" ); document.write( "
Algebra.Com's Answer #206928 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x=y+3 \n" ); document.write( "y-4x=6x-12 \n" ); document.write( "y-4(y+3)=6(y+3)-12 \n" ); document.write( "y-4y-12=6y+18-12 \n" ); document.write( "-3y-12=6y+6 \n" ); document.write( "-9y=18 \n" ); document.write( "y=-2, x=1 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |