document.write( "Question 1097790: A woman bought some large frames for $17 each and some small frames for $8 each at a closeout sale. If she bought 24 frames for $273, find how many of each type she bought. \n" ); document.write( "
Algebra.Com's Answer #712207 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x are large \n" ); document.write( "24-x are small \n" ); document.write( "$17x+(24-x)*$8= $273 \n" ); document.write( "17x+192-8x=273 \n" ); document.write( "9x=81 \n" ); document.write( "x=9 \n" ); document.write( "9 large frames @$17=$153 \n" ); document.write( "15 small frames @$8=$120 \n" ); document.write( "adds to $273 \n" ); document.write( " |