document.write( "Question 1043247: For a school play, students tickets cost 40 cents and adults tickets were 75 cents .the total receipts for 90 tickets were $46.50 .how many of each kind were sold ? \n" ); document.write( "
Algebra.Com's Answer #658371 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "For a school play, students tickets cost 40 cents and adults tickets were 75 cents .the total receipts for 90 tickets were $46.50 .how many of each kind were sold ?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "  x +   y =   90,   (1)   ( x is the number of students' tickets )\r\n" );
document.write( "40x + 75y = 4650.   (2)   ( y is what?)\r\n" );
document.write( "\r\n" );
document.write( "Multiply the first equation by 40 (both sides). You will get an equivalent system\r\n" );
document.write( "\r\n" );
document.write( "40x + 40y = 3600,   (1')\r\n" );
document.write( "40x + 75y = 4650.   (2')\r\n" );
document.write( "\r\n" );
document.write( "Now distract equation (1') from equation (2'). You will get a single equation for y:\r\n" );
document.write( "\r\n" );
document.write( "35y = 4650 - 3600,  or\r\n" );
document.write( "\r\n" );
document.write( "35y = 1050.\r\n" );
document.write( "\r\n" );
document.write( "Hence, y = \"1050%2F35\" = 30.\r\n" );
document.write( "\r\n" );
document.write( "Thus the number of adults' tickets is 30.\r\n" );
document.write( "\r\n" );
document.write( "Now find the number of students' tickets.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The method I applied here is called the elimination method.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The substitution method is also applicable. You can do it on your own.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you want to extend your knowledge, read the lessons\r
\n" ); document.write( "\n" ); document.write( "    - Solution of a linear system of two equations in two unknowns by the Substitution method \r
\n" ); document.write( "\n" ); document.write( "    - Solution of a linear system of two equations in two unknowns by the Elimination method \r
\n" ); document.write( "\n" ); document.write( "    - Solution of a linear system of two equations in two unknowns using determinant \r
\n" ); document.write( "\n" ); document.write( "    - Geometric interpretation of a linear system of two equations in two unknowns \r
\n" ); document.write( "\n" ); document.write( "    - Solving word problems using linear systems of two equations in two unknowns \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );