document.write( "Question 47642This question is from textbook
\n" );
document.write( ": How can I isolate R1?\r
\n" );
document.write( "\n" );
document.write( "1/1.33 = 1/(R1-6) + 1/R1\r
\n" );
document.write( "\n" );
document.write( "This is what I've done:\r
\n" );
document.write( "\n" );
document.write( "1/1.33 = R1 + (R1-6)
\n" );
document.write( " -------------
\n" );
document.write( " (R1-6)(R1)\r
\n" );
document.write( "\n" );
document.write( "1/1.33 = 2R1-6
\n" );
document.write( " ------
\n" );
document.write( " (R1-6)(R1)\r
\n" );
document.write( "\n" );
document.write( "I did not know what to do after this. I also tried the following\r
\n" );
document.write( "\n" );
document.write( "1/1.33 = R1/ (R1-6)(R1) + (R1-6)/(R1-6)(R1)\r
\n" );
document.write( "\n" );
document.write( "1/1.33 = 1/(R1-6) + 1 / R1\r
\n" );
document.write( "\n" );
document.write( "This as far as I've gone\r
\n" );
document.write( "\n" );
document.write( "ISBN 0471-15183-1 CHAPTER 20 PROBLEM 54 \n" );
document.write( "
Algebra.Com's Answer #31514 by stanbon(75887) ![]() You can put this solution on YOUR website! 1/1.33 = 1/(R1-6) + 1/R1 \n" ); document.write( "I'm going to replace R1 by \"x\" as it is easier to type. \n" ); document.write( "1/1.33 = 1/(x-6) + 1/x \n" ); document.write( "1/1.33 = [x+x-6]/[x(x-6)] \n" ); document.write( "1/1.33 = [2x-6)]/[x^2-6x] \n" ); document.write( "Cross-multiply to get; \n" ); document.write( "x^2-6x=2.66x-7.98 \n" ); document.write( "x^2-8.66x+7.98=0\r \n" ); document.write( "\n" ); document.write( "x=[8.66+sqrt(8.66^2-4(7.98)]/2 or x=[8.66-sqrt(8.66^2-4(7.98)]/2\r \n" ); document.write( "\n" ); document.write( "x=[8.66+sqrt43.0756]/2 or x=[8.66-sqrt(43.0756)]/2 \n" ); document.write( "Reverting now to x=R1 you get: \n" ); document.write( "R1=7.61160022... or R1=2.09679956... \n" ); document.write( " \n" ); document.write( "Only R1=7.61160022... is a valid answer \n" ); document.write( "The other is an extraneous result of the way the \n" ); document.write( "quadratic equation was formed. That means the \n" ); document.write( "2nd answer is valid for the quadratic equation but \n" ); document.write( "not for your original equation. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |