document.write( "Question 315315: Nick works two jobs to pay for college. He tutors for $15 per hour and also works as a bag boy for $8 per hour. Due to his class and study schedule, Nick is only able to work up to 20 hours per week, but must earn at least $150 per week. If t represents the number of hours Nick tutors and b represents the number of hours he works as a bag boy, which system of inequalities represents this scenario?\r
\n" );
document.write( "\n" );
document.write( " t + b 20
\n" );
document.write( "15t + 8b = 150\r
\n" );
document.write( "\n" );
document.write( " t + b 20
\n" );
document.write( "15t + 8b 150\r
\n" );
document.write( "\n" );
document.write( " t + b 20
\n" );
document.write( "15t + 8b 150\r
\n" );
document.write( "\n" );
document.write( " None of the systems shown represent this scenario. \n" );
document.write( "
Algebra.Com's Answer #225608 by user_dude2008(1862)![]() ![]() ![]() You can put this solution on YOUR website! t+b <= 20 \n" ); document.write( "15t+8b >= 150 \n" ); document.write( " |