document.write( "Question 104831This question is from textbook Pretice hall mathematics. Algebra 1
\n" );
document.write( ": Suppose you bought supplies for a party. Three rolls of streamers and 15 party hats cost $30. Later, you bought 2 rolls of streamers and 4 party hats for $11. How much did each roll of streamers cost? How much did each party hat cost?\r
\n" );
document.write( "\n" );
document.write( "K you have to write a linear equation and then solve it. Please help. \n" );
document.write( "
Algebra.Com's Answer #76309 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let s=streamers, p=hats\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Three rolls of streamers and 15 party hats cost $30 ... 3s+15p=30 ... s+5p=10 ... s=10-5p\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you bought 2 rolls of streamers and 4 party hats for $11 ... 2s+4p=11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting from first equation to second ... 2(10-5p)+4p=11 ... 20-10p+4p=11 ... -6p=-9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for p and substitute back to find s \n" ); document.write( " |