document.write( "Question 747270: The equation for voltage dividers in electronics stated in basic algebraic terms is:
\n" );
document.write( "x=y(b/(a+b))
\n" );
document.write( "As a and b represent resistor values I have the equations to solve for each of them. I have been able to figure out the steps to calculate for a, however, the steps to arrive at the formula for b has eluded me. The formula given is:
\n" );
document.write( "b=(xa)/(y-x)
\n" );
document.write( "I suppose I could just memorize the formula but I think I must be missing something very basic that I cannot work out the steps myself. Your help would be much appreciated. Glenn \n" );
document.write( "
Algebra.Com's Answer #454884 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we need to solve\r \n" ); document.write( "\n" ); document.write( "x=y(b/(a+b)) for b\r \n" ); document.write( "\n" ); document.write( "divide both sides of = by y\r \n" ); document.write( "\n" ); document.write( "x/y = b/(a+b)\r \n" ); document.write( "\n" ); document.write( "cross multiply the two fractions and we get\r \n" ); document.write( "\n" ); document.write( "x(a+b) = yb\r \n" ); document.write( "\n" ); document.write( "xa+xb = yb\r \n" ); document.write( "\n" ); document.write( "now group the terms with b on to same side of = sign\r \n" ); document.write( "\n" ); document.write( "yb-xb = xa\r \n" ); document.write( "\n" ); document.write( "factor out the b\r \n" ); document.write( "\n" ); document.write( "b(y-x) = xa and\r \n" ); document.write( "\n" ); document.write( "b = xa/(y-x)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |