document.write( "Question 500075: the total number of medals won by athletes in each of the countries A,B,C and D are four consecutive integers whose sum is 50. find the number of metals for each country. \n" ); document.write( "
Algebra.Com's Answer #338077 by Flannery(124)![]() ![]() You can put this solution on YOUR website! Let A equal the first number. \n" ); document.write( "A+A+1+A+2+A+3=50 \n" ); document.write( "4A+6=50 \n" ); document.write( "4A=44 \n" ); document.write( "A=11 \n" ); document.write( "11+12+13+14=50 \n" ); document.write( "A=11 \n" ); document.write( "B=A+1=12 \n" ); document.write( "C=A+2=13 \n" ); document.write( "D=A+3=14 \n" ); document.write( "Q.E.D. \n" ); document.write( " |