document.write( "Question 856975: jayce bought 2 bath towels and returned 3 hand towels. his sister jayna bought 3 bath towels and 3 hand towels. jayces bill was $5. jaynas bill was $45. what are the prices of a bath towel and a hand towel \n" ); document.write( "
Algebra.Com's Answer #516309 by josgarithmetic(39616)![]() ![]() ![]() You can put this solution on YOUR website! b, price of Bath towels \n" ); document.write( "h, price of Hand towels \n" ); document.write( "- \n" ); document.write( "Jayce: 2b-3h=5 \n" ); document.write( "Jayna: 3b+3h=45 \n" ); document.write( "- \n" ); document.write( "THAT is the system to solve. Notice subtraction of 3h in Jayce's bill because of RETURNING some towels for credit. \n" ); document.write( "Add the two equations for immediate use of Elimination Method to first solve for b. \n" ); document.write( "5b=50 \n" ); document.write( "b=10----One answer \n" ); document.write( "- \n" ); document.write( "2b-5=3h \n" ); document.write( "h=(2b-5)/3 \n" ); document.write( "h=(2*10-5)/3 \n" ); document.write( "h=15/3 \n" ); document.write( "h=5-----Other answer \n" ); document.write( " |