document.write( "Question 451513: Sandy has a total of 41 quarters and nickels. The value of her money is $7.05. How many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #310481 by pedjajov(51)![]() ![]() ![]() You can put this solution on YOUR website! Let's mark:\r \n" ); document.write( "\n" ); document.write( " q - number of quarters Sandy has \n" ); document.write( " n - number of nickels Sandy has\r \n" ); document.write( "\n" ); document.write( "Number of coins Sandy has is \r \n" ); document.write( "\n" ); document.write( " q + n = 41\r \n" ); document.write( "\n" ); document.write( "Everything has to be in the same units so $7.05 = 705 cents \n" ); document.write( "Value of coins Sandy has is\r \n" ); document.write( "\n" ); document.write( " 25*q + 5*n = 705\r \n" ); document.write( "\n" ); document.write( "We have two equations with two variables\r \n" ); document.write( "\n" ); document.write( " q + n = 41, let express q as q = 41 - n \n" ); document.write( " 25*q + 5*n = 705\r \n" ); document.write( "\n" ); document.write( " 25*(41-n) + 5*n = 705 , replace q with expression from above \n" ); document.write( " 1025 - 25*n + 5*n = 705 , multiply \n" ); document.write( " 1025 - 705 = 25*n - 5*n , move unknowns to one and numbers to other side \n" ); document.write( " 320 = 20*n , combine variables and numbers on each side \n" ); document.write( " n = 320/20 , invert multiplication\r \n" ); document.write( "\n" ); document.write( " n = 16, number of nickles Sandy has\r \n" ); document.write( "\n" ); document.write( " q = 41 - 16 , replace n witht he found value \n" ); document.write( " q = 25, number of quarters Sandy has\r \n" ); document.write( "\n" ); document.write( "check: 25*25 + 5*16 = 625 + 80 = 705, OK \n" ); document.write( " |