document.write( "Question 31273: Heya, im working on problem solving with systems of equations. i need help turning this word problem into a system of inequalities, so that i can graph them. heres the problem:
\n" );
document.write( " --You are recruiting students for a decorating committee for the Junior/Senior Prom. the committee can have 7 to 10 members. there must be more seniors then juniors on the committee.--
\n" );
document.write( "Im having a hard time even starting to convert this to a linear equality. Could you explain the steps for finding this out? Thanx
\n" );
document.write( " G
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #17951 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Assume that the number of Seniors members = x; \n" ); document.write( "and the number of Junior members = y\r \n" ); document.write( "\n" ); document.write( "Based on the problem, \n" ); document.write( "x > y (because number of Seniors is more than the number of Juniors) \n" ); document.write( "(x+y) >=7 \n" ); document.write( "(x+y) <=10\r \n" ); document.write( "\n" ); document.write( "The linear inequalities are:\r \n" ); document.write( "\n" ); document.write( "(x-y) >0 \n" ); document.write( "(x+y) >=7 \n" ); document.write( "(x+y) <=10\r \n" ); document.write( "\n" ); document.write( "Hope this helps. \n" ); document.write( " \n" ); document.write( " |