document.write( "Question 391816: several books are on sale at a bookstore. some of these books cost 3 dollars , while other cost 5 dollars. one day last week, 80 of these books were sold. the total amount of sales was 300 dollars. how many of each type was sold?
\n" );
document.write( "1. write the equations that would solve the system
\n" );
document.write( "2show and explain how you solved the problem
\n" );
document.write( "3 how do you know you have the correct solution\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #277976 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! several books are on sale at a bookstore. some of these books cost 3 dollars , while other cost 5 dollars. one day last week, 80 of these books were sold. the total amount of sales was 300 dollars. how many of each type was sold? \n" ); document.write( "1. write the equations that would solve the system \n" ); document.write( "Quantity Equation: t + f = 80 books \n" ); document.write( "Value Equation:: 3t +5f = 300 dollars \n" ); document.write( "----------------------------------------------- \n" ); document.write( "2show and explain how you solved the problem \n" ); document.write( "Multiply thru the Quantity Eq. by 3 to get: \n" ); document.write( "3t+3f = 3*80 \n" ); document.write( "Subtract that from the Value Eq. to get: \n" ); document.write( "2f = 60 \n" ); document.write( "f = 30 (# of 5 dollar books sold) \n" ); document.write( "Since t + f = 80, t = 50 (# of 3 dollar books sold) \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "3 how do you know you have the correct solution \n" ); document.write( "Check the Value: \n" ); document.write( "5*30+50*3 = 150+150 = $300 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |