document.write( "Question 360113: one number is five more than three times a smaller one. if four times the larger number is subtracted from twice the smaller one, the result is 0. find each of the numbers \n" ); document.write( "
Algebra.Com's Answer #256960 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the smaller number, then the larger number is (3x + 5)
\n" ); document.write( "write as we read***
\n" ); document.write( "2x -4(3x +5) = 0
\n" ); document.write( "solve for x
\n" ); document.write( "2x - 12x - 20 = 0
\n" ); document.write( "-10x - 20 = 0
\n" ); document.write( "-10x = 20
\n" ); document.write( "x = -2 is the smaller number
\n" ); document.write( "(3x + 5) = -2*3 + 5 = -1 is the larger number
\n" ); document.write( "checking our answer
\n" ); document.write( "2*-2 - 4*(3*-2 + 5) = -4 - 4*-1 = -4 + 4 = 0 \n" ); document.write( "
\n" );