document.write( "Question 28819: The sum of three numbers is one hundred fifteen. The second number is three times the first number. The third number is two less than five times the first number. Find the three numbers \n" ); document.write( "
Algebra.Com's Answer #15731 by xcentaur(357)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x,y,z
\n" ); document.write( "

\n" ); document.write( "then x+y+z=115 (given)
\n" ); document.write( "also y=3x (given)
\n" ); document.write( "also z=(5x-2) (given)
\n" ); document.write( "

\n" ); document.write( "x+y+z=115
\n" ); document.write( "x+3x+(5x-2)=115
\n" ); document.write( "9x=115+2
\n" ); document.write( "x=117/9=13
\n" ); document.write( "

\n" ); document.write( "x=13
\n" ); document.write( "y=3x=39
\n" ); document.write( "z=5x-2=65-2=63
\n" ); document.write( "


\n" ); document.write( "13,39,63
\n" ); document.write( "


\n" ); document.write( "Prabhat \n" ); document.write( "

\n" );