document.write( "Question 1019934: Bobby has a pile of dimes and quarters from his coin
\n" );
document.write( "jar.
\n" );
document.write( "a. In total, Bobby has $24.90. Write an equation in
\n" );
document.write( "which the number of quarters, q, and number of
\n" );
document.write( "dimes, d, add up to $24.90.
\n" );
document.write( "b. If Bobby had 15 more dimes he would the same
\n" );
document.write( "amount of dimes as triple the amount of his
\n" );
document.write( "quarters. Write another equation for this
\n" );
document.write( "situation with q representing the number of
\n" );
document.write( "quarters that Bobby has and d representing the
\n" );
document.write( "number of dimes he has.
\n" );
document.write( "c. Use substitution to solve this system of
\n" );
document.write( "equations for the number of quarters and dimes
\n" );
document.write( "Bobby has.
\n" );
document.write( "d. Explain how you would check your answer in c.
\n" );
document.write( "e. Graph your equations in part a) and b). Be sure
\n" );
document.write( "you show the point of intersection. What does
\n" );
document.write( "this point of intersection mean in the context of
\n" );
document.write( "this problem? \n" );
document.write( "
Algebra.Com's Answer #635874 by stanbon(75887) ![]() You can put this solution on YOUR website! Bobby has a pile of dimes and quarters from his coin \n" ); document.write( "jar. \n" ); document.write( "a. In total, Bobby has $24.90. Write an equation in \n" ); document.write( "which the number of quarters, q, and number of \n" ); document.write( "dimes, d, add up to $24.90. \n" ); document.write( "value + value = 2490 cents \n" ); document.write( "25q + 10d = 2490 \n" ); document.write( "------------------------------------------------------------ \n" ); document.write( "b. If Bobby had 15 more dimes he would the same \n" ); document.write( "amount of dimes as triple the amount of his \n" ); document.write( "quarters. Write another equation for this \n" ); document.write( "situation with q representing the number of \n" ); document.write( "quarters that Bobby has and d representing the \n" ); document.write( "number of dimes he has. \n" ); document.write( "------- \n" ); document.write( "d+15 = 3q \n" ); document.write( "------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "c. Use substitution to solve this system of \n" ); document.write( "equations for the number of quarters and dimes \n" ); document.write( "Bobby has. \n" ); document.write( "25q + 10(3q-15) = 2490 \n" ); document.write( "25q + 30q - 150 = 2490 \n" ); document.write( "55q = 2640 \n" ); document.write( "q = 48 \n" ); document.write( "---- \n" ); document.write( "d = 3q-15 = 3*48-15 = 129 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( "d. Explain how you would check your answer in c. \n" ); document.write( "e. Graph your equations in part a) and b). Be sure \n" ); document.write( "you show the point of intersection. What does \n" ); document.write( "this point of intersection mean in the context of \n" ); document.write( "this problem? \n" ); document.write( " |