document.write( "Question 159660: Fred bought three shirts each at the same price, and received less than $12.00 in change from a $50.00 bill.
\n" );
document.write( "a. what is the minimum cost of one shirt
\n" );
document.write( "b. what is the maximum cost of one shirt \n" );
document.write( "
Algebra.Com's Answer #117750 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3x>50 \n" ); document.write( "x>50/3 \n" ); document.write( "x>$16.66 is the maximum price per shirt. \n" ); document.write( "3x>(50-12) \n" ); document.write( "3x>38 \n" ); document.write( "x=38/3 \n" ); document.write( "x=$12.67 is the minimum price per shirt. \n" ); document.write( " |