document.write( "Question 1127211: An invoice clerk receives a bill $37.50 for ten blank ledger books and three special filing trays .on phoning the supplier ( after discovering the order had been written incorrectly), the clerk agrees to return three of the ledger books in return for the supplier sending an extra filing tray . Given that there willl be extra $2.50 to pay and that there is 10% discount for orders of 10 ledger books or more ;
\n" );
document.write( "a. Derive a linear equation in x and y to represent the components of the original revised invoices, where x is the price of a single ledger book and y is the price of a filling tray.
\n" );
document.write( "b. Solve the two equation simultaneously for x and y \n" );
document.write( "
Algebra.Com's Answer #743683 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An invoice clerk receives a bill $37.50 for ten blank ledger books and three special filing trays. \n" ); document.write( " On phoning the supplier ( after discovering the order had been written incorrectly), the clerk agrees to return three of the ledger books in return for the supplier sending an extra filing tray. \n" ); document.write( " Given that there will be extra $2.50 to pay and that there is 10% discount for orders of 10 ledger books or more; \n" ); document.write( ": \n" ); document.write( "a. Derive a linear equation in x and y to represent the components of the original & revised invoices, where x is the price of a single ledger book and y is the price of a filling tray. \n" ); document.write( "The original bill had a 10% discount on 10 ledgers, therefore the paid for 9 \n" ); document.write( "9x + 3y = 37.50 \n" ); document.write( "The 2nd bill was $2.50 more. 3 ledgers were returned, 1 tray added, therefore: \n" ); document.write( "7x + 4y = 40 \n" ); document.write( "b. Solve the two equation simultaneously for x and y \n" ); document.write( "9x + 3y = 37.50 \n" ); document.write( "7x + 4y = 40.00 \n" ); document.write( "multiply the 1st equation by 4, the 2nd equation by 3 \n" ); document.write( "36x + 12y = 150 \n" ); document.write( "21x + 12y = 120 \n" ); document.write( "-----------------subtraction eliminates y, find x \n" ); document.write( "15x + 0 = 30 \n" ); document.write( "x = 30/15 \n" ); document.write( "x = $2.00 for ledgers \n" ); document.write( "Use the 2nd original equation to find y \n" ); document.write( "7(2) + 4y = 40 \n" ); document.write( "4y = 40 - 14 \n" ); document.write( "y = 26/4 \n" ); document.write( "y = $6.50 for trays \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the 1st original equation \n" ); document.write( "9(2) + 3(6.50) = \n" ); document.write( "18 + 19.50 = 37.50 \n" ); document.write( " |