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 #669504 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A parking meter contains quarters and dollar coins. The total amount of money in the meter is $10.00.
\n" ); document.write( "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( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "quarters: q.            They contribute  25q      cents to the total.\r\n" );
document.write( "dollar coins: d = 2q+1. They contribute 100(2q+1) cents to the total.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The \"value\" equation is\r\n" );
document.write( "\r\n" );
document.write( "25q + 100(2q+1) = 1000.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for q:\r\n" );
document.write( "\r\n" );
document.write( "25q + 200q + 100 = 1000,  or\r\n" );
document.write( "\r\n" );
document.write( "225q = 900\r\n" );
document.write( "\r\n" );
document.write( "q = \"900%2F225\" = 4.\r\n" );
document.write( "\r\n" );
document.write( "You have 4 quarter coins and 2*4 + 1 = 9 1-dollar coins.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "There is entire bunch of the lessons on coin problems\r
\n" ); document.write( "\n" ); document.write( "    - Coin problems\r
\n" ); document.write( "\n" ); document.write( "    - More Coin problems\r
\n" ); document.write( "\n" ); document.write( "    - Solving coin problems without using equations\r
\n" ); document.write( "\n" ); document.write( "    - Kevin and Randy Muise have a jar containing coins\r
\n" ); document.write( "\n" ); document.write( "    - Typical coin problems from the archive\r
\n" ); document.write( "\n" ); document.write( "    - More complicated coin problems\r
\n" ); document.write( "\n" ); document.write( "    - OVERVIEW of lessons on coin word problems\r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Read them and become an expert in solution of coin problems.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also, you have this free of charge online textbook in ALGEBRA-I in this site\r
\n" ); document.write( "\n" ); document.write( "    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It contains many other solved word problems, as well as many other interesting and useful things.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );