document.write( "Question 202281: Write an inequality that demonstrates how much money you will be willing to spend on the project. At least $6000, no more than $10000.\r
\n" );
document.write( "\n" );
document.write( "I am not sure if it is x=$6000><$10000 or x=$6000<<$10000 or if both are wrong. \n" );
document.write( "
Algebra.Com's Answer #152510 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x >= 6,000 \n" ); document.write( "x <= 10,000 \n" ); document.write( "----- \n" ); document.write( "x >= 6,000 is the same thing as 6,000 <= x \n" ); document.write( "----- \n" ); document.write( "your equation can be written in a couple of ways. \n" ); document.write( "x >= 6000 and x <= 10000 \n" ); document.write( "or \n" ); document.write( "6000 <= x <= 10000 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |