SOLUTION: How can you solve P=4s for s

Algebra ->  Functions -> SOLUTION: How can you solve P=4s for s      Log On


   



Question 550080: How can you solve P=4s for s
Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
"To solve for" usually means you isolate the variable on one side and everything else on the other side. Then you can substitute values or do other operations, depending on the given information. However, in this case there is no additional given information.
.
P = 4s
.
I surmise that function calculates the perimeter of a square, where P = perimeter and 's' is the length of the sides. Showing the multiplication with an '*' sign.
.
P = 4*s
.
Divide both sides by 4 to isolate 's'.
.
P/4 = (4*s)/4
.
The 4's cancel, leaving 's' alone.
.
s = P/4
.
Done.