This question is really just about functions - that is, the formula given for T(L) allows you to plug in L to get a value for T. An inverse function for this would allow you to find a function L(T) that does the opposite.
The easiest way to find an inverse function in this case is to solve the original function for L:
T = 2pi * sqrt (L/32)
*note: next time, you may want to put L/32 in parenthesis; the way it's written makes it unclear whether it's L/32 or only L inside the radical. I knew this solely because I've seen the formula before.*
First, divide both sides by 2pi:
T / 2pi = sqrt (L/32)
To get rid of the radical, square both sides:
T2 / (2pi)2 = L/32
Next, multiply both sides by 32 (note that I am also squaring the denominator now):
32T2 / 4pi2 = L
Since 2pi was in parenthesis, both parts had to be squared.
32 divides evenly by 4, so this just becomes:
L = 8T2 / pi2
To solve (b), you obviously need to have the correct answer for (a). Once you have this, just plug T = 3 into that function:
L = 8 (3)2 / pi2
L = 72 / pi2
The period of a pendulum is the amount of time it takes to swing once in both directions and return to its starting point.
A good rule of thumb for solving algebraic equations for a different variable is to "use the order of operations backwards." For instance, if you wanted to solve the equation 3 (x+4)2 - 5 = y for x, you would do addition (of 5) first, then division (of 3), then square root (exponent), then subtract 4 (parenthesis). A common technique I use in tutoring is to show that the closer people are, the less they'll want to part from each other. In the above equation, x is very closely connected with 4 and with the exponent, but only distantly acquainted with the 5 and is separated from the 3 by the parenthesis and the exponent itself.