document.write( "Question 1015279: I am trying to translate these statements into an expression. Could you help me?
\n" );
document.write( "-The number of years in days
\n" );
document.write( "-The cost of y gallons of gasoline (3.79/gallon)
\n" );
document.write( "-the number of minutes in h hours \n" );
document.write( "
Algebra.Com's Answer #631646 by rothauserc(4718) You can put this solution on YOUR website! : \n" ); document.write( "-The number of years in days \n" ); document.write( "let n be the number of years, then (365 * n) is the number of days for n years \n" ); document.write( ": \n" ); document.write( "-The cost of y gallons of gasoline (3.79/gallon) \n" ); document.write( "(3.79 * y) is the cost of y gallons of gasoline \n" ); document.write( ": \n" ); document.write( "-the number of minutes in h hours \n" ); document.write( "(60 * h) is the number of minutes in h hours \n" ); document.write( ": \n" ); document.write( "Note that * means multiply \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |