document.write( "Question 490930: Hi,
\n" ); document.write( "This is pretty basic, but I have forgotten my algebra.
\n" ); document.write( "I wish to substitute in ohm's law formulae to find soultions for power.
\n" ); document.write( "given. E=IR and P=EI
\n" ); document.write( "In an electrical circuit only P and R are known. Solve for E and Solve for I.
\n" ); document.write( "I know the answers are E=√PR and I=√P/R but I don't remember how to solve for them.
\n" ); document.write( "

Algebra.Com's Answer #334461 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
given. E=IR and P=EI
\n" ); document.write( "In an electrical circuit only P and R are known. Solve for E and Solve for I.
\n" ); document.write( ":
\n" ); document.write( "E = I*R
\n" ); document.write( "R = \"E%2FI\"
\n" ); document.write( "I = \"E%2FR\"
\n" ); document.write( ":
\n" ); document.write( "solving for E using P & R
\n" ); document.write( " EI = P
\n" ); document.write( " E = \"P%2FI\"
\n" ); document.write( "Replace I with (E/R)
\n" ); document.write( " E = \"P%2F%28E%2FR%29\"
\n" ); document.write( "which is
\n" ); document.write( " E = \"%28PR%29%2FE\"
\n" ); document.write( "multiply both sides by E
\n" ); document.write( "E^2 = PR
\n" ); document.write( "Find the square root of both sides
\n" ); document.write( "E = \"sqrt%28PR%29\"
\n" ); document.write( ":
\n" ); document.write( "Solving for I using P & R
\n" ); document.write( "EI = P
\n" ); document.write( " I = \"P%2FE\"
\n" ); document.write( "Replace E with IR
\n" ); document.write( " I = \"P%2F%28IR%29\"
\n" ); document.write( "multiply both sides by I
\n" ); document.write( "I^2 = \"P%2FR\"
\n" ); document.write( "Find the square root of both sides
\n" ); document.write( "I = \"sqrt%28P%2FR%29\"
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );