document.write( "Question 913235: A boy has 231 marbles. he arranges them in rows so that each row contains on e marble less than the preceding. the last row consist of one marble only, which forms the vertex of a triangle. how many marbles are there in the base of the triangle? \n" ); document.write( "
Algebra.Com's Answer #554362 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A boy has 231 marbles. he arranges them in rows so that each row contains on e marble less than the preceding. the last row consist of one marble only, which forms the vertex of a triangle. how many marbles are there in the base of the triangle?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The arrangement is in Arithmetic progression\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a= 1 \n" ); document.write( "d=1 \n" ); document.write( "total marbles = 231\r \n" ); document.write( "\n" ); document.write( "Sn = 231\r \n" ); document.write( "\n" ); document.write( "Sn = n/2(2a+(n-1)d)\r \n" ); document.write( "\n" ); document.write( "231= n/2(2+(n-1)1)\r \n" ); document.write( "\n" ); document.write( "231*2 = n(n+1)\r \n" ); document.write( "\n" ); document.write( "n^2+n=462\r \n" ); document.write( "\n" ); document.write( "n^2+n-462=0\r \n" ); document.write( "\n" ); document.write( "n^2+22n-21n-462=0\r \n" ); document.write( "\n" ); document.write( "n(n+22)-21(n+22)=0 \n" ); document.write( "(n-21)(n+22)=0\r \n" ); document.write( "\n" ); document.write( "n= 21 OR -22 \n" ); document.write( "ignore negative\r \n" ); document.write( "\n" ); document.write( "n= 21 number of rows\r \n" ); document.write( "\n" ); document.write( "tn = a+(n-1)d\r \n" ); document.write( "\n" ); document.write( "t21 = 1+(21-1)1\r \n" ); document.write( "\n" ); document.write( "t20 = 21 \r \n" ); document.write( "\n" ); document.write( "21 marbles on the base line \n" ); document.write( " |