document.write( "Question 572025: Please help! In the following, write an expression in terms of the given variables that represents the indicated quantity:\r
\n" ); document.write( "\n" ); document.write( "d. The amount of bacteria after n min if the initial amount of bacteria is q and the amount of bacteria triples every 30 seconds. (Hint: The answer should contain q as well as n.)\r
\n" ); document.write( "\n" ); document.write( "e. The temperature t hour ago if the present temperature is 40F and each hour it drops by 3F.\r
\n" ); document.write( "\n" ); document.write( "f. Pawel’s total earnings after three years if the first year his salary was s dollars, the second year it was $5,000 higher, and the third year it was twice as much as the first year.\r
\n" ); document.write( "\n" ); document.write( "g. The sum of three consecutive even whole numbers if the greatest is x.
\n" ); document.write( "

Algebra.Com's Answer #368333 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
d. The amount of bacteria after n min if the initial amount of bacteria is q and the amount of bacteria triples every 30 seconds. (Hint: The answer should contain q as well as n.)\r
\n" ); document.write( "\n" ); document.write( "The time, n, is in minutues, so the amount triples every 1/2 min.
\n" ); document.write( "After the 1st 1/2 min., the amount
\n" ); document.write( "The expression will be of the form q(n) = q*3^(kn)
\n" ); document.write( "We need to find the coefficient, k:
\n" ); document.write( "After 1/2 min. the amount will be 3q, which means (1/2)k = 1 -> k = 2
\n" ); document.write( "So the equation is q(n)=q*3^(2n)
\n" ); document.write( "e. The temperature t hour ago if the present temperature is 40F and each hour it drops by 3F.
\n" ); document.write( "Let T(t) = the temperature t hours ago
\n" ); document.write( "If the temperature drops 3F every hour, and if the current temp. is 40, then:
\n" ); document.write( "the temp. 1 hr ago was 43, the temp. 2 hrs ago was 46, etc.
\n" ); document.write( "The equation that describes this is T(t) = 40 + 3t
\n" ); document.write( "f. Pawel’s total earnings after three years if the first year his salary was s dollars, the second year it was $5,000 higher, and the third year it was twice as much as the first year.
\n" ); document.write( "The total earnings will be s + s + 5000 + 2s = 4s + 5000
\n" ); document.write( "g. The sum of three consecutive even whole numbers if the greatest is x.
\n" ); document.write( "If the largest number is x, then the other two numbers are x-2 and x-4
\n" ); document.write( "So the sum = x + x-2 + x-4 = 3x-6
\n" ); document.write( "
\n" );