document.write( "Question 1154156: Bob wants to buy 5 packages of batteries. He has $25 to spend. Each regular package of batteries costs $4.25 and each alkaline package of batteries costs $5.50. How many packages of each type of battery can he buy? *
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #776552 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Note the problem only says he has $25 TO SPEND; it does not say he has to spend the whole $25. So he can buy \n" ); document.write( "(a) 5 packages of regular batteries: 5($4.25) = $21.25; or \n" ); document.write( "(b) 4 of regular batteries and 1 of alkaline: 4($4.25)+1($5.50) = $22.50; or \n" ); document.write( "(c) 3 of regular and 2 of alkaline: 3($4.25)+2($5.50) = $23.75; or \n" ); document.write( "(d) 2 of regular and 3 of alkaline: 2($4.25)+3($5.50) = $25 \n" ); document.write( "Obviously if he is supposed to spend the whole $25 the last option is the right one.... \n" ); document.write( "Also note that if he is supposed to spend the whole $25, there are many ways to get to the answer without formal algebra. \n" ); document.write( "You could, of course, list all the possible combinations of 5 packages and find the one that costs a total of $25. \n" ); document.write( "I solved this mentally three different ways before writing my response. My first solution went like this: \n" ); document.write( "(1) with prices of $4.25 and $5.50, and a total cost of $25.00, the number of packages at $4.25 can't be an odd number; \n" ); document.write( "(2) so the number of packages of regular batteries must be either 2 or 4; \n" ); document.write( "(3) and trying those two possibilities shows the correct answer is 2 packages of regular an 3 of alkaline. \n" ); document.write( " \n" ); document.write( " |