document.write( "Question 701258: Linear systems word problem:
\n" );
document.write( "\"The cost of six pennants and nine balls is $48. The cost of three balls is $1 more than the cost of one pennant. What are the costs of one pennant and one ball?\"\r
\n" );
document.write( "\n" );
document.write( "I need help writing two equations and can it be solved using elimination? If not,can you solve it for me using substitution? Thanks! \n" );
document.write( "
Algebra.Com's Answer #432320 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The cost of six pennants and nine balls is $48. The cost of three balls is $1 more than the cost of one pennant. What are the costs of one pennant and one ball?\" \n" ); document.write( "------------ \n" ); document.write( "Value Equations: \n" ); document.write( "6p + 9b = 48 \n" ); document.write( "3b = p + 1 \n" ); document.write( "------- \n" ); document.write( "Substitution: \n" ); document.write( "p = 3b-1 \n" ); document.write( "Substitute for \"p\" and solve for \"b\": \n" ); document.write( "6(3b-1) + 9b = 48 \n" ); document.write( "18b - 6 + 9b = 48 \n" ); document.write( "27b = 54 \n" ); document.write( "b = $2.00 (cost of 1 ball) \n" ); document.write( "--- \n" ); document.write( "Solve for \"p\": \n" ); document.write( "p = 3b-1 \n" ); document.write( "p = 3*2-1 \n" ); document.write( "p = $5.00 (cost of one pennant) \n" ); document.write( "------- \n" ); document.write( "Elimination: \n" ); document.write( "6p + 9b = 48 \n" ); document.write( "3b = p + 1 \n" ); document.write( "--- \n" ); document.write( "Rearrange \n" ); document.write( "3b + 2p = 16 \n" ); document.write( "3b - p = 1 \n" ); document.write( "--- \n" ); document.write( "Subtract and solve for \"p\" \n" ); document.write( "3p = 15 \n" ); document.write( "p = $5.00 (pennant) \n" ); document.write( "Solve for \"b\": \n" ); document.write( "3b - p = 1 \n" ); document.write( "3b - 5 = 1 \n" ); document.write( "3b = 6 \n" ); document.write( "b = $2.00 (ball) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |