document.write( "Question 162779: a)Express the following as a single logarithms
\n" );
document.write( "6 log10y+4log10z-log10y-2\r
\n" );
document.write( "\n" );
document.write( "log (10y)^6 + log (10z)^4 - log (10y) - 2log (10)
\n" );
document.write( "log (10y)^6 (10z)^4 - log (10y) - log (10)^2
\n" );
document.write( "log (10y)^6(10z)^4/(10y) - log (10)^2
\n" );
document.write( "log ((10y)^6 * (10z)^4)/(10y * 10^2)
\n" );
document.write( "log (10^6 y^6 * 10^4z^4)/(10^3 y)
\n" );
document.write( "log (10^10 y^6 z^4)/(10^3 y)
\n" );
document.write( "log 10^7y^5z^4\r
\n" );
document.write( "\n" );
document.write( "b)Factorize the expression 25x2-64y2 and 1/4(Log2x-log2y)
\n" );
document.write( "25x^2 - 64y^2)= (5x - 8y)(5x + 8y)\r
\n" );
document.write( "\n" );
document.write( "1/4 (log2x - log 2y)
\n" );
document.write( "1/4log 2x - 1/4log 2y
\n" );
document.write( "log (2x)^1/4 - log (2y)^ 1/4
\n" );
document.write( "log (2^1/4 x^1/4)/(2^1/4 y^1/4)
\n" );
document.write( "log x^1/4/y^1/4
\n" );
document.write( "or
\n" );
document.write( "log (x/y)^1/4\r
\n" );
document.write( "\n" );
document.write( "c)find the points of intersection of the following two equestions: y=c and y=mx+c.\r
\n" );
document.write( "\n" );
document.write( "Two equations intersect when they are equal...
\n" );
document.write( "c = mx+c
\n" );
document.write( "c-c = mx + c-c
\n" );
document.write( "0 = mx + 0
\n" );
document.write( "0/m = mx/m
\n" );
document.write( "0= x\r
\n" );
document.write( "\n" );
document.write( "Then they intersect when x=0 and y=c
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #119991 by eperette(173)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |