document.write( "Question 619173: an amount is distributed equally among a certain no. of students.if there are 8 students less,everyone will get Rs.10 more. if there are 16 students more, each will get Rs.10 less. what is the no. of students and the amount each gets? what is the total amount distributed? \n" ); document.write( "
Algebra.Com's Answer #389476 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! an amount is distributed equally among a certain no. of students. \n" ); document.write( " if there are 8 students less, everyone will get Rs.10 more. \n" ); document.write( " if there are 16 students more, each will get Rs.10 less. \n" ); document.write( " what is the no. of students and the amount each gets? \n" ); document.write( " what is the total amount distributed? \n" ); document.write( ": \n" ); document.write( "Let a = total amt \n" ); document.write( "Let s = number of student \n" ); document.write( ": \n" ); document.write( "\"If there are 8 students less, everyone will get Rs.10 more.\" \n" ); document.write( " \n" ); document.write( "Multiply by s(s-8) \n" ); document.write( "as - a(s-8) = 10s(s-8) \n" ); document.write( "as - as + 8a = 10s^2 - 80s \n" ); document.write( "8a = 10s^2 - 80s \n" ); document.write( ": \n" ); document.write( "\"if there are 16 students more, each will get Rs.10 less.\" \n" ); document.write( " \n" ); document.write( "Multiply by s(s+16) \n" ); document.write( "a(s+16) - as = 10s(s+16) \n" ); document.write( "as + 16a - as = 10s^2 + 160s \n" ); document.write( "16a = 10s^2 + 160s \n" ); document.write( "divide by 2 \n" ); document.write( "8a = 5s^2 + 80s \n" ); document.write( ": \n" ); document.write( "8a = 8a, therefore combine the two equations \n" ); document.write( "10s^2 - 80s = 5s^2 + 80s \n" ); document.write( "10s^2 - 5s^2 - 80s - 80s = 0 \n" ); document.write( "5s^2 - 160s = 0 \n" ); document.write( "Factor out s \n" ); document.write( "5s - 160 = 0 \n" ); document.write( "5s = 160 \n" ); document.write( "s = 160/5 \n" ); document.write( "s = 32 students \n" ); document.write( ": \n" ); document.write( "Find the amt using 8a = 5s^2 + 80s, replace s with 32 \n" ); document.write( "8a = 5(32^2) + 80(32) \n" ); document.write( "8a = 5120 + 2560 \n" ); document.write( "8a = 7680 \n" ); document.write( "a = 7680/8 \n" ); document.write( "a = $960 total distributed \n" ); document.write( ": \n" ); document.write( "Find the total for each student: \n" ); document.write( "960/32 = $30 each student \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this using the statement: \n" ); document.write( "\"If there were 8 less, each get $10 more \n" ); document.write( "960/24 = $40, for each \n" ); document.write( ": \n" ); document.write( "You can check it in the other statement\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |