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 #86122 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Warning! Kamallohia's answer omits \n" ); document.write( "two trivial but important inequalities! \n" ); document.write( "` \n" ); document.write( "Solution by Edwin: \n" ); document.write( " \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( " \r\n" ); document.write( "Let x = the number of sheets of four 3x5's\r\n" ); document.write( "Let y = the number of sheets of two sx6's\r\n" ); document.write( "\r\n" ); document.write( "So, since the x sheets will give 4x pictures,\r\n" ); document.write( "and the y sheets will give 2y pictures, both\r\n" ); document.write( "together will give 4x + 2y pictures.\r\n" ); document.write( "\r\n" ); document.write( "Also, since\r\n" ); document.write( "\r\n" ); document.write( ">>......Each sheet of printed pictures costs $8,......<<\r\n" ); document.write( "\r\n" ); document.write( "and there are x + y sheets, the total cost is 8(x + y)\r\n" ); document.write( "\r\n" ); document.write( ">>......You want at least 16 pictures of any size......<<\r\n" ); document.write( "\r\n" ); document.write( "So\r\n" ); document.write( "\r\n" ); document.write( "4x + 2y > 16\r\n" ); document.write( "\r\n" ); document.write( ">>......you are willing to spend up to $48......<<\r\n" ); document.write( "\r\n" ); document.write( "So since total cost = 8(x + y),\r\n" ); document.write( "\r\n" ); document.write( "8(x + y) < 48 \r\n" ); document.write( "\r\n" ); document.write( "You also know that the number of sheets cannot be a\r\n" ); document.write( "negative number but can be 0, you have these two\r\n" ); document.write( "inequalities:\r\n" ); document.write( "\r\n" ); document.write( "x > 0 and y > 0\r\n" ); document.write( "\r\n" ); document.write( "So here is the system of linear inequalities which\r\n" ); document.write( "models the situation:\r\n" ); document.write( "\r\n" ); document.write( "4x + 2y > 16\r\n" ); document.write( "8(x + y) < 48\r\n" ); document.write( "x > 0\r\n" ); document.write( "y > 0\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |