document.write( "Question 255271: A man buys some shirts and some ties. The shirts cost $7 each and the ties cost $3 each. If the man spends exactly $81 and buys the maximum number of shirts possible under these conditions, what is the total number of items he bought?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #187553 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 7s+3t=31 \n" ); document.write( "7*9+3*6=81 \n" ); document.write( "9sirts +6 ties =15 items \n" ); document.write( " |