document.write( "Question 1024038: A number is four less than two times the other number. If their difference is 21, what is the greater number? \n" ); document.write( "
Algebra.Com's Answer #639625 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
A = one number
\n" ); document.write( "B = other number
\n" ); document.write( "A = -4 + 2B
\n" ); document.write( "A - B = 21
\n" ); document.write( "solve for A by adding B to each side
\n" ); document.write( "A = B + 21
\n" ); document.write( "Substitute (B + 21) for A in A = -4 + 2B
\n" ); document.write( "(B + 21) = -4 + 2B
\n" ); document.write( "add -B to each side
\n" ); document.write( "21 = -4 + B
\n" ); document.write( "add 4 to each side
\n" ); document.write( "25 = B
\n" ); document.write( "Since A = B + 21 , A = 25 + 21 , A = 46
\n" ); document.write( "
\n" ); document.write( "
\n" );