document.write( "Question 248679: The following problem was on my final exam last night, and I cannot figure this out. I am trying to simplify this equation:\r
\n" );
document.write( "\n" );
document.write( "[3 + b(to power of -1)]
\n" );
document.write( "over
\n" );
document.write( "[2 + b(to power of -1)]\r
\n" );
document.write( "\n" );
document.write( "What I did was turn the b to -1 power into 1 over b. Rewrite equation as\r
\n" );
document.write( "\n" );
document.write( "(3 + 1 over b)
\n" );
document.write( "over
\n" );
document.write( "(2 + 1 over b)\r
\n" );
document.write( "\n" );
document.write( "Then I multiplied out to remover the denominator of b in each part of the overall equation. Rewrite equation as\r
\n" );
document.write( "\n" );
document.write( "3b+1
\n" );
document.write( "over
\n" );
document.write( "2b+1\r
\n" );
document.write( "\n" );
document.write( "Then i multiplied out to remove the denominator of 2b+1. Rewrite as:\r
\n" );
document.write( "\n" );
document.write( "(3b+1) (2b+1) which is also 6b squared + 2b + 3b + 1. Rewrite as:\r
\n" );
document.write( "\n" );
document.write( "6b squared + 5b + 1.\r
\n" );
document.write( "\n" );
document.write( "Is this correct?? \n" );
document.write( "
Algebra.Com's Answer #181202 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! [3 + b(to power of -1)] \n" ); document.write( "over \n" ); document.write( "[2 + b(to power of -1)] \n" ); document.write( "================================\r \n" ); document.write( "\n" ); document.write( "[3 + (1/b)]/[2 + (1/b)] \n" ); document.write( "--- \n" ); document.write( "[(3b+1)/b] / [(2b+1)/b] \n" ); document.write( "--- \n" ); document.write( "Invert the denominator and multiply:\r \n" ); document.write( "\n" ); document.write( "[(3b+1)/b] * [b/(2b+1)]\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "Cancel the \"b\" factor which is common to numerator and denominator: \n" ); document.write( "--- \n" ); document.write( "= (3b+1)/(2b+1) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |