document.write( "Question 1034127: Three integers have a sum of 50. The second integer is four times as large as the first inteer and the third integer is 4 less than the second integer. What are the three integers? \n" ); document.write( "
Algebra.Com's Answer #648735 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
f + 4f + (4f - 4) = 50\r
\n" ); document.write( "\n" ); document.write( "==> 9f - 4 = 50\r
\n" ); document.write( "\n" ); document.write( "==> 9f = 54\r
\n" ); document.write( "\n" ); document.write( "==> f = 6, the first integer,
\n" ); document.write( "4f = 24, the second integer, and
\n" ); document.write( "4f - 4 = 20, the third integer.
\n" ); document.write( "
\n" );