document.write( "Question 421728: A number is three times another number. When the numbers are added, their sum is 60. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #294434 by Adrish(44)![]() ![]() ![]() You can put this solution on YOUR website! Solutions: Let one number be \"x\"\r \n" ); document.write( "\n" ); document.write( "and the another number be \"3x\"\r \n" ); document.write( "\n" ); document.write( "when these two numbers are added, their sum is 60\r \n" ); document.write( "\n" ); document.write( "x+3x=60 \n" ); document.write( "4x=60 \n" ); document.write( "x=60/4\r \n" ); document.write( "\n" ); document.write( "x=15\r \n" ); document.write( "\n" ); document.write( "Therefore the numbers are x=15 \n" ); document.write( " and 3x=3(15)=45 \n" ); document.write( " |