document.write( "Question 545822: What is the highest possible price for a bottle of the beer if it has to be under $4 and its price in cents is gotten by multiplying the number of cents by 4, its number of dollars by 3, and adding the two results? \n" ); document.write( "
Algebra.Com's Answer #355735 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
What is the highest possible price for a bottle of the beer if it has to be
\n" ); document.write( "under $4 and its price in cents is gotten by multiplying the number of cents by
\n" ); document.write( "4, its number of dollars by 3, and adding the two results?
\n" ); document.write( "
\r\n" );
document.write( "The number of dollars has to be 3 for the beer to be under $4.\r\n" );
document.write( "\r\n" );
document.write( "Let C = the number of cents\r\n" );
document.write( "\r\n" );
document.write( "4×(the number of cents) + 3×(the number of dollars) < 400\r\n" );
document.write( "\r\n" );
document.write( "4×C + 3×3 < 400\r\n" );
document.write( "\r\n" );
document.write( "   4C + 9 < 400\r\n" );
document.write( "\r\n" );
document.write( "Subtract 9 from both sides\r\n" );
document.write( "\r\n" );
document.write( "       4C < 391\r\n" );
document.write( "\r\n" );
document.write( "Divide both sides by 4\r\n" );
document.write( "\r\n" );
document.write( "        C < 97.75\r\n" );
document.write( "\r\n" );
document.write( "We must have a whole number of cents, so the\r\n" );
document.write( "largest whole number of cents possible is 97.\r\n" );
document.write( "\r\n" );
document.write( "So the highest possible price for the beer is \r\n" );
document.write( "\r\n" );
document.write( "4×97 + 3×3 = 388 + 9 = 397 cents which is $3.97\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );