document.write( "Question 997877: there are four numbers such that each is the sum of the previous number and 4. Find the numbers if their sum is 64. \n" ); document.write( "
Algebra.Com's Answer #615811 by addingup(3677)![]() ![]() You can put this solution on YOUR website! We'll call the first number x: \n" ); document.write( "x+x+4+x+4+4+x+4+4+4= 64 \n" ); document.write( "Add all the x and all the 4 (or, for the 4, you can multiply 4*4): \n" ); document.write( "4x+24= 64 Subtract 24, both sides \n" ); document.write( "4x= 40 Divide both sides by 4 \n" ); document.write( "x= 10 \n" ); document.write( "Proof: \n" ); document.write( "10+(10+4)+(10+4+4)+(10+4+4+4)= 64 \n" ); document.write( "10+14+18+22= 64 These are your numbers. Add them up and see proof: \n" ); document.write( "64= 64 we have the correct answer \n" ); document.write( " |