document.write( "Question 1181194: A mathematics teacher buys some books for her A-Level and IGCSE students. A-Level books cost $10 each and IGCSE books $15 each. She spends a total of $1800, buying a total of 160 books in all.\r
\n" );
document.write( "\n" );
document.write( "1) Write two simultaneous equations to express this information, defining your symbols clearly.\r
\n" );
document.write( "\n" );
document.write( "2) Solve your equations to find out how many of each type of book she buys. \n" );
document.write( "
Algebra.Com's Answer #811066 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A-level is x \n" ); document.write( "IGCSE is y \n" ); document.write( "x+y=160 \n" ); document.write( "10x+15y=1800 \n" ); document.write( "-10x-10y=-1600, multiplying the top by -10 \n" ); document.write( "5y=200 \n" ); document.write( "y=40 books( IGCSE) that are $15 each or $600 \n" ); document.write( "x=120 books (A-level) that are $10 each or $1200 \n" ); document.write( " \n" ); document.write( " |