document.write( "Question 174623: 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 #129652 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 50-11.99=38.01 \n" ); document.write( "3x=38.01 \n" ); document.write( "x=38.01/3 \n" ); document.write( "=$12.67 minimum cost. \n" ); document.write( "3x=50 \n" ); document.write( "x=$16.66 max cost \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |