document.write( "Question 828411: May I please have assistance on how to calculate this?
\n" );
document.write( "Mary needed different colored balloons for decoration. She had $1.25 and
\n" );
document.write( "spent it all on a number of white, red, and blue balloons. A white balloon costs
\n" );
document.write( "$.10, a red one $.15 and a blue one $.05. She bought one white balloon less
\n" );
document.write( "than the red and the total number of white and red balloons equals the number
\n" );
document.write( "of blue ones. How many of each color did Mary buy? \n" );
document.write( "
Algebra.Com's Answer #499296 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Mary needed different colored balloons for decoration. She had $1.25 and \n" ); document.write( "spent it all on a number of white, red, and blue balloons. \n" ); document.write( "A white balloon costs $.10, a red one $.15 and a blue one $.05. \n" ); document.write( "She bought one white balloon less than the red \n" ); document.write( "and the total number of white and red balloons equals the number \n" ); document.write( "of blue ones. \n" ); document.write( "How many of each color did Mary buy? \n" ); document.write( "------- \n" ); document.write( "Equations: \n" ); document.write( "Value Eq:: 10w + 15r + 5b = 125 cents \n" ); document.write( "Quantity:: w - r + 0 = -1 \n" ); document.write( "Quantity:: w + r - b = 0 \n" ); document.write( "====================================== \n" ); document.write( "I used a matrix function on my calculator to get: \n" ); document.write( "w = 3 (# of white) \n" ); document.write( "r = 4 (# of red) \n" ); document.write( "b = 7 (# of blue) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |