document.write( "Question 748156: The sum of three numbers is 60. The second is five less than the first, the third is half the second, what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #455351 by kibauu(44)\"\" \"About 
You can put this solution on YOUR website!
A+B+C=60
\n" ); document.write( "B=A-5 --> A=B+5 ....(1)
\n" ); document.write( "C=1/2B ....(2)\r
\n" ); document.write( "\n" ); document.write( "A+B+C=60 = (B+5)+B+(1/2B)=60
\n" ); document.write( "2B+1/2B=55
\n" ); document.write( "5/2B=55
\n" ); document.write( "B=55x2/5=22\r
\n" ); document.write( "\n" ); document.write( "As B is 22, so A is B+5=27
\n" ); document.write( "C=22x1/2=11\r
\n" ); document.write( "\n" ); document.write( "so they are 27,22,11
\n" ); document.write( "
\n" );