document.write( "Question 1114004: 1250 persons went to see a circus-show. Each adult paid ₹75 and each child paid ₹25 for the admission ticket. Find the number of adults and number of children, if the total collection from them amounts to ₹61,250\r
\n" );
document.write( "\n" );
document.write( "Please hlep me.... i want the woking of ever step please.... \n" );
document.write( "
Algebra.Com's Answer #729012 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let a be the number of adults and c be the number of children \n" ); document.write( ": \n" ); document.write( "1) a + c = 1250 \n" ); document.write( ": \n" ); document.write( "2) 75a + 25c = 61250 \n" ); document.write( ": \n" ); document.write( "solve equation 1 for a \n" ); document.write( ": \n" ); document.write( "a = 1250 - c \n" ); document.write( ": \n" ); document.write( "substitute for a in equation 2 \n" ); document.write( ": \n" ); document.write( "75(1250-c) +25c = 61250 \n" ); document.write( ": \n" ); document.write( "93750 -75c +25c = 61250 \n" ); document.write( ": \n" ); document.write( "-50c = -32500 \n" ); document.write( ": \n" ); document.write( "c = 650 \n" ); document.write( ": \n" ); document.write( "a = 1250 - 650 = 600 \n" ); document.write( ": \n" ); document.write( "***************************************************** \n" ); document.write( "number of adults is 600 and number of children is 650 \n" ); document.write( ": \n" ); document.write( "check the answer with equation 2 \n" ); document.write( ": \n" ); document.write( "75(600) + 25(650) = 61250 \n" ); document.write( ": \n" ); document.write( "45000 + 16250 = 61250 \n" ); document.write( ": \n" ); document.write( "61250 = 61250 \n" ); document.write( ": \n" ); document.write( "answer checks \n" ); document.write( "***************************************************** \n" ); document.write( ": \n" ); document.write( " |