document.write( "Question 117380This question is from textbook Algegra I
\n" );
document.write( ": A photo shop has a self service photo center that allows you to make prints of pictures. Each sheet of printed pictures costs $8. One sheet has four 3x5 pictures and the other sheet has two 4x6 pictures. You want at least 16 pictures of any size and you are willing to spend up to $48. Write a system of inequalities that models the situation. Please help! Thanks. \n" );
document.write( "
Algebra.Com's Answer #86121 by kamallohia(18)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the number of sheets having 4 photoes of size 3*5 \n" ); document.write( "and y be the number of sheets having 2 pictures of size 4*6. \n" ); document.write( "Now 4x + 2y >=16 \n" ); document.write( "and 8(x+y)<=48 \n" ); document.write( " |