document.write( "Question 390414: Teresa is taking a vacation in Mexico. She wants to buy
\n" );
document.write( "souvenirs that cost $10.00, $3.00, or $0.50. If she wants to
\n" );
document.write( "spend exactly $100.00 and buy at least one of each type of
\n" );
document.write( "souvenir, how many items at each price should she buy?\r
\n" );
document.write( "\n" );
document.write( "I know to set it up 10(a) + 3 (b) + 1/2(c)= 100
\n" );
document.write( "but how do I solve this type of equation? \n" );
document.write( "
Algebra.Com's Answer #276846 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Teresa is taking a vacation in Mexico. \n" ); document.write( "She wants to buy souvenirs that cost $10.00, $3.00, or $0.50. \n" ); document.write( "If she wants to spend exactly $100.00 \n" ); document.write( "and buy at least one of each type of \n" ); document.write( "souvenir, how many items at each price should she buy? \n" ); document.write( "------ \n" ); document.write( "Value Eq.: 10a + 3b + (1/2)c = 100 \n" ); document.write( "3b+(1/2)c must be a multiple of 10 \n" ); document.write( "--- \n" ); document.write( "Solve 3b+(1/2)c = 10k where k is a positive whole number. \n" ); document.write( "6b + c = 20k \n" ); document.write( "--- \n" ); document.write( "Now 6b+c must be a multiple of 20. \n" ); document.write( "b = 3 and c = 2 \n" ); document.write( "---- \n" ); document.write( "If b = 3 that is $9 \n" ); document.write( "If c = 2 that is $1 \n" ); document.write( "Then a must be 9. \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " \n" ); document.write( " |