document.write( "Question 217438: Write an algebraic equation for the following:\r
\n" ); document.write( "\n" ); document.write( "1.Donna has c dimes and t quarters in her bank. How much money in cents does she have?
\n" ); document.write( "2.If a gallons of gas cost m dollars, what is the price per gallon?
\n" ); document.write( "3.If c represents an odd number, what is the next larger odd number?
\n" ); document.write( "4.Willie is y years old, and his father is 4 years less than four times Willie's age. What is the sum of their ages?
\n" ); document.write( "

Algebra.Com's Answer #163956 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
1.Donna has c dimes and t quarters in her bank. How much money in cents does she have?
\n" ); document.write( "-----
\n" ); document.write( "she will have 10*c + 25*q cents.
\n" ); document.write( "example:
\n" ); document.write( "she has 3 dimes and 1 quarter.
\n" ); document.write( "This equals 10*3 + 25*1 cents which equals 30 + 25 cents which equals 55 cents.
\n" ); document.write( "-----
\n" ); document.write( "2.If a gallons of gas cost m dollars, what is the price per gallon?
\n" ); document.write( "-----
\n" ); document.write( "The price per gallon is the cost divided by the number of gallons.
\n" ); document.write( "price per gallon equals m / a.
\n" ); document.write( "example:
\n" ); document.write( "cost for gas is $10.00
\n" ); document.write( "number of gallons bought is 5
\n" ); document.write( "cost per gallon is $10.00/5 = $2.00 per gallon.,
\n" ); document.write( "-----
\n" ); document.write( "3.If c represents an odd number, what is the next larger odd number?
\n" ); document.write( "-----
\n" ); document.write( "Next odd number would be c + 2
\n" ); document.write( "example:
\n" ); document.write( "c = 5, 5+2 = 7, 7+2 = 9, etc.
\n" ); document.write( "-----
\n" ); document.write( "4.Willie is y years old, and his father is 4 years less than four times Willie's age. What is the sum of their ages?
\n" ); document.write( "-----
\n" ); document.write( "willie is y years old
\n" ); document.write( "His father is 4*y - 4
\n" ); document.write( "sum of their ages is 6 + 4y -4 = 5y - 4
\n" ); document.write( "example:
\n" ); document.write( "willie is 10 years old.
\n" ); document.write( "his father is 36 years old.
\n" ); document.write( "sum of their ages is 46 years.
\n" ); document.write( "y = 10
\n" ); document.write( "4*y-4 = 40-4 = 36
\n" ); document.write( "5y-4 = 46
\n" ); document.write( "-----
\n" ); document.write( "
\n" );