document.write( "Question 969739: Three numbers are such that the second number is 5 more than the first and the thrid number is four more than three times the second. The sum of the three numbers is 134. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #592501 by satyareddy22(84)\"\" \"About 
You can put this solution on YOUR website!
Let x,y,z be three numbers.
\n" ); document.write( "x+y+z=134 (given)-------(1)
\n" ); document.write( "y-x=5=>x=y-5--------(2)(given)
\n" ); document.write( "z-3y=4=>z=4+3y------(3)(given)
\n" ); document.write( "now,substituting(2)& (3) in (1)
\n" ); document.write( "y-5+y+4+3y=134
\n" ); document.write( "5y-1=134=>5y=134+1=135
\n" ); document.write( "5y=135=>y=135/5=27
\n" ); document.write( "y=27
\n" ); document.write( "substituting y=27 in (2) &(3)
\n" ); document.write( "x=y-5=27-5=22 =>x=22
\n" ); document.write( "z=4+3(27)=85=>z=85
\n" ); document.write( "Therefore three numbers are x=22,y=27,z=85
\n" ); document.write( "
\n" ); document.write( "
\n" );