document.write( "Question 15241: find 3 consecutive multiples of 5 whose sum is 60 \n" ); document.write( "
Algebra.Com's Answer #46310 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! Let the first number be x. The second multiple of 5 will be x + 5 and the third will be x + 10. \n" ); document.write( "These add to give x+ x + 5 + x + 10 = 3x + 15 \n" ); document.write( "3x + 15 = 60 \n" ); document.write( "3x = 45 \n" ); document.write( "x = 15. \n" ); document.write( "The second number will be 20 and the third 25 (15 + 20 + 25 = 60) \n" ); document.write( " |