document.write( "Question 68860: A collection of quarters and dimes is worth $6.75. The number of dimes is 4 less than three times the number of quarters. How many of each are there?\r
\n" );
document.write( "\n" );
document.write( "I am confused as to how I would write this out, and solve it.\r
\n" );
document.write( "\n" );
document.write( "Please help. \n" );
document.write( "
Algebra.Com's Answer #49003 by rmromero(383)![]() ![]() ![]() You can put this solution on YOUR website! What is asked in the problem? \n" ); document.write( "How many of dimes and quarters are there. \n" ); document.write( " \n" ); document.write( "Given: \n" ); document.write( "Collection of dimes and quarters is worth $6.75. \n" ); document.write( "The number of dimes is 4 less than 3 times the number of quarters. \n" ); document.write( " \n" ); document.write( "Representation: \n" ); document.write( "Let x = number of quarters. \n" ); document.write( " y = number of quarters. \n" ); document.write( " \n" ); document.write( "Rewrite the given sentences to mathematical equation. \n" ); document.write( "The number of dimes is 4 less than 3 times the number of quarters. \n" ); document.write( "x = 3y - 4 \n" ); document.write( "Collection of dimes and quarters is worth $6.75. \n" ); document.write( "0.10x + 0.25y = $6.75 --> 10x + 25y = 675. You can multiply 100 each term so that we will not deal with decimals. \n" ); document.write( " \n" ); document.write( "Solve the two equation using Substitution Method. \n" ); document.write( " \n" ); document.write( "Here are the Steps using Substition method\r \n" ); document.write( "\n" ); document.write( "1. In either equation, solve for one variable in terms of the other. \n" ); document.write( "x = 3y - 4 \n" ); document.write( " \n" ); document.write( "2. Substitute for that variable in the other equation. Solve y. \n" ); document.write( "10x + 25y = 675 \n" ); document.write( "10(3y - 4) + 25y = 675 \n" ); document.write( "30y - 40 + 25y = 675 \n" ); document.write( "55y = 715 \n" ); document.write( "y = 13 ----> number of quarters \n" ); document.write( " \n" ); document.write( "3. Substitute the result from step 2 in either equation. Solve for the other variable. \n" ); document.write( "x = 3y - 4 , y = 13 \n" ); document.write( "x = 3(13) - 4 \n" ); document.write( "x = 39 - 4 \n" ); document.write( "x = 35 -----> number of dimes \n" ); document.write( " \n" ); document.write( "4. Check the solution in both original equations. \n" ); document.write( "0.10x + 0.25y = $6.75 , x = 35, y = 13 \n" ); document.write( "0.10(35) + 0.25(13) = $6.75 \n" ); document.write( "$3.50 + $3.25 = $6.75 \n" ); document.write( "$6.75 = $6.75 --------------->> True\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "x = 3y - 4 , x = 35, y = 13 \n" ); document.write( "35 = 3(13) - 4 \n" ); document.write( "35 = 39 - 4 \n" ); document.write( "35 = 35 ---------->> True\r \n" ); document.write( "\n" ); document.write( " Therefore, the number of dimes are 35 and quarters 13. \n" ); document.write( " \n" ); document.write( " |