document.write( "Question 43240: 1/R= 1/R1 + 1/R2 SOLVE THE EQUATION FOR R1 IN TERMS OF R AND R2.\r
\n" );
document.write( "\n" );
document.write( "i KNOW the first step is to isolate 1/r1\r
\n" );
document.write( "\n" );
document.write( "1/r-1/r2=1/r1 \r
\n" );
document.write( "\n" );
document.write( "my guess is r1= (r-r2)/r*r2 \n" );
document.write( "
Algebra.Com's Answer #28269 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Actually the best first step is to clear all fractions by multiplying by the lowest common denominator...here that is r*r1*r2...so we get \n" ); document.write( "1/r = 1/r1 + 1/r2 \n" ); document.write( "r*r1*r2[1/r = 1/r1 + 1/r2] \n" ); document.write( "r1*r2 = r*r2 + r*r1 then collect terms with r1 and solve \n" ); document.write( "r1*r2 - r*r1 = r*r2 \n" ); document.write( "r1(r2 - r) = r*r2 and finally \n" ); document.write( "r1 = r*r2 / (r2 - r) \n" ); document.write( " |