document.write( "Question 382860: in a tour 2 adults and 5 students paid $77 and in other van 2 adults and 7 students paid $95 for the same tour.find adults price and student price? \n" ); document.write( "
Algebra.Com's Answer #271227 by mathitutor(25)![]() ![]() ![]() You can put this solution on YOUR website! Say, adults price = x \n" ); document.write( " and student price = y \n" ); document.write( "Then \n" ); document.write( " 2x + 5y = 77 --- (1) \n" ); document.write( " 2x + 7y = 95 --- (2) \n" ); document.write( "(2) - (1) => \n" ); document.write( " 7y - 5y = 95 -77 \n" ); document.write( " 2y = 18 \n" ); document.write( " y = $9 ---(3) \n" ); document.write( "placing y's value in (1) \n" ); document.write( " 2x + 45 = 77 \n" ); document.write( " 2x = 32 \n" ); document.write( " x = $16 ----(4) \n" ); document.write( "(3) and (4) are the answers \n" ); document.write( " |