SOLUTION: can you please help me solve the following: (((x varies directly as the square of s and inversely as t. How does x change when s is doubled? When both s and t are doubled?)))
Algebra ->
Expressions-with-variables
-> SOLUTION: can you please help me solve the following: (((x varies directly as the square of s and inversely as t. How does x change when s is doubled? When both s and t are doubled?)))
Log On
Question 180350This question is from textbook algebra structure and method
: can you please help me solve the following: (((x varies directly as the square of s and inversely as t. How does x change when s is doubled? When both s and t are doubled?))) This question is from textbook algebra structure and method
You can put this solution on YOUR website! x varies directly as the square of s and inversely as t.
---
x = k[s^2/t]
--------------------
How does x change when s is doubled?
Change from s to 2s to get:
x = k[(2s)^2/t] = k[4s^2/t] = 4[k[s^2/t]]
From this you can see that the value of x is multiplied by 4.
--------------------------------------------------------------------
When both s and t are doubled?)))
Change s to 2s and change t to 2t to get:
x = k[(2s)^2/(2t)] = k[4s^2/2t] = k[2s^2/t] = 2[k[s^2/t]]
From this you can see that the value of x is multiplied by 2.
=========================================
Cheers,
Stan H.
----------------------