document.write( "Question 1188623: there a 2 kinds of wreaths available at a plant shop. the basic type costs $20 and the customized wreath is $28. jorge wants at least 8 wreaths for his cafe and he can spend up to 185. write 2 inequalities that are constraints on jorge's wreath purchases \n" ); document.write( "
Algebra.Com's Answer #819744 by Shin123(626)\"\" \"About 
You can put this solution on YOUR website!
Let x be the number of basic wreaths Jorge will buy and let y be the number of customized wreaths.
\n" ); document.write( "We have the inequality \"x%2By%3E=8\", since Jorge wants at least 8 wreaths.
\n" ); document.write( "We also have \"20x%2B28y%3C=185\", since Jorge can spend up to 185 dollars.
\n" ); document.write( "Therefore, the inequalities are \"highlight%28system%28x%2By%3E=8%2C20x%2B28y%3C=185%29%29\".
\n" ); document.write( "
\n" );