document.write( "Question 1054285: A parking meter contains quarters and dollar coins. The total amount of money in the meter is $10.00. In addition, the number of dollar coins is one more than double the amount of quarters. How many dollar coins are there? \n" ); document.write( "
Algebra.Com's Answer #669498 by addingup(3677)![]() ![]() You can put this solution on YOUR website! dollar coins: d \n" ); document.write( "quarters: q \n" ); document.write( "You can replace with x and y if you need to. \n" ); document.write( ": \n" ); document.write( "d = 2q+1 we'll use this value for d next \n" ); document.write( "1d+0.25q = 10 1d is just d, so let's simplify \n" ); document.write( "d+0.25d = 10 \n" ); document.write( "1.25d = 10 \n" ); document.write( "d = 8 You have 8 dollar coins and 10-8 = 2 and 2/0.25 = 8 you have 8 quarters \n" ); document.write( "---------- \n" ); document.write( "d = 8 \n" ); document.write( "q = 8 \n" ); document.write( " |