document.write( "Question 1140712: An art store offers prints in two sizes. The store earns $15 on each small print sold and $25 on each large print sold. The owner needs to make a daily profit of at least $700 in order to cover costs. Due to equipment limitations, the number of small prints made must be more than three times the number of large prints.
\n" ); document.write( "Given that x represents the number of small prints sold and y represents the number of large prints sold, determine which inequalities represent the constraints for this situation.
\n" ); document.write( "

Algebra.Com's Answer #761222 by greenestamps(13198)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "(1) \"15x%2B25y+%3E=+700\" The daily profit must be at least $700

\n" ); document.write( "(2) \"x+%3E+3y\" The number of small prints must be more than 3 times the number of large prints.
\n" ); document.write( "
\n" );