document.write( "Question 947404:
\n" );
document.write( "There are at most 12 bicycles and tricycles in a school playground. There are at least 17 wheels altogether. Let b equal the number of bicycles and t equal the number of tricycles. Which system describes this situation?
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "b + t <= 12 2b + 3t >=17
\n" );
document.write( "
\n" );
document.write( "b + t <=12 2b + 3t <= 17
\n" );
document.write( "
\n" );
document.write( "b + t <= 12 2b + 3t > 17
\n" );
document.write( "
\n" );
document.write( "b + t < 12 2b + 3t >=17 \n" );
document.write( "
Algebra.Com's Answer #578048 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are at most 12 bicycles and tricycles in a school playground. There are at least 17 wheels altogether. Let b equal the number of bicycles and t equal the number of tricycles. Which system describes this situation? \n" ); document.write( "---- \n" ); document.write( "b + t <= 12 \n" ); document.write( "2b + 3t >= 17 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " b + t <= 12 2b + 3t >=17\r \n" ); document.write( "\n" ); document.write( " b + t <=12 2b + 3t <= 17\r \n" ); document.write( "\n" ); document.write( " b + t <= 12 2b + 3t > 17\r \n" ); document.write( "\n" ); document.write( " b + t < 12 2b + 3t >=17 \n" ); document.write( " |