SOLUTION: I am trying to translate these statements into an expression. Could you help me?
-The number of years in days
-The cost of y gallons of gasoline (3.79/gallon)
-the number of min
Algebra ->
Expressions
-> SOLUTION: I am trying to translate these statements into an expression. Could you help me?
-The number of years in days
-The cost of y gallons of gasoline (3.79/gallon)
-the number of min
Log On
Question 1015279: I am trying to translate these statements into an expression. Could you help me?
-The number of years in days
-The cost of y gallons of gasoline (3.79/gallon)
-the number of minutes in h hours Answer by rothauserc(4718) (Show Source):
You can put this solution on YOUR website! :
-The number of years in days
let n be the number of years, then (365 * n) is the number of days for n years
:
-The cost of y gallons of gasoline (3.79/gallon)
(3.79 * y) is the cost of y gallons of gasoline
:
-the number of minutes in h hours
(60 * h) is the number of minutes in h hours
:
Note that * means multiply
: