document.write( "Question 478167: Hi,\r
\n" );
document.write( "\n" );
document.write( "Can i get solution for this problem\r
\n" );
document.write( "\n" );
document.write( "a^(logb-logc)* b^(logc-loga)* C^(loga-logb)\r
\n" );
document.write( "\n" );
document.write( "Thanks and regards,
\n" );
document.write( "AN \n" );
document.write( "
Algebra.Com's Answer #327629 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! a^(logb-logc)* b^(logc-loga)* C^(loga-logb) \n" ); document.write( "============================================== \n" ); document.write( "We can remove the exponents by taking the log of the expression: \n" ); document.write( "log(a^(logb-logc)* b^(logc-loga)* C^(loga-logb)) = \n" ); document.write( " log(a^(logb-logc)) + log(b^(logc-loga)) + log(c^(loga-logb)) \n" ); document.write( " = (logb-logc)loga + (logc-loga)logb + (loga-logb)logc \n" ); document.write( " = logb*loga - loga*logc + logc*logb - loga*logb + loga*logc - logc*logb \n" ); document.write( "All terms cancel, so the epxression = 0. \n" ); document.write( "To get back the original expresion, we need to \"undo\" the log: \n" ); document.write( " a^(logb-logc)*b^(logc-loga)*c^(loga-logb) = 10^0 = 1 \n" ); document.write( "Ans: 1 \n" ); document.write( " |