document.write( "Question 1104: The A-One Shoe Store has in its inventory three times more pairs of sneakers than it has pairs of boots, and at least ten more pairs of sandals than it has pairs of boots. If there are 28 pairs of sandals in the inventory, what is the greatest possible number of pairs of sneakers in the inventory? \n" ); document.write( "
Algebra.Com's Answer #346 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
Assume there are x pairs of boots in the inventory.
\n" ); document.write( " Since there are at least ten more pairs of sandals
\n" ); document.write( " than it has pairs of boots, we have
\n" ); document.write( " number of pair of sandals >= x+10.
\n" ); document.write( " Now there are 28 pairs of sandals = 28, so 28 >= x+10 and we have
\n" ); document.write( " 18 >= x.
\n" ); document.write( " Next, we know number of sneakeers (3 times more than x) = 3x + x = 4x,
\n" ); document.write( " Hence 4x <= 4*18 = 72.
\n" ); document.write( " and the greatest possible number of pairs of sneakers in the inventory
\n" ); document.write( " is 72.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );