document.write( "Question 44598: Fact: 1 a divided by c = a
\n" );
document.write( "Fact: 2 a plus b = a
\n" );
document.write( "Fact: 3 abc = 1
\n" );
document.write( "If fact 1 and 2 are correct why is fact 3 wrong?
\n" );
document.write( "What are the value of each of the variables in fact 1 and 2? \n" );
document.write( "
Algebra.Com's Answer #29528 by venugopalramana(3286) You can put this solution on YOUR website! Fact: 1 a divided by c = a \n" ); document.write( "A/C=A.... \n" ); document.write( "CASE 1.A=0 \n" ); document.write( "CASE 2.IF A IS NOT ZERO THEN C=A/A=1 \n" ); document.write( "Fact: 2 a plus b = a \n" ); document.write( "A+B=A.......B=0 \n" ); document.write( "Fact: 3 abc = 1 \n" ); document.write( "CASE 1. \n" ); document.write( "ABC=0*0*C=0..WHATEVER MAY BE C \n" ); document.write( "HENCE ABC CANNOT EQUAL 1 \n" ); document.write( "CASE 2. \n" ); document.write( "IF A IS NOT EQUAL TO ZERO THEN \n" ); document.write( "ABC=A*0*1=0...WHATEVER MAY BE A \n" ); document.write( "HENCE ABC CANNOT EQUAL 1 \n" ); document.write( "If fact 1 and 2 are correct why is fact 3 wrong? \n" ); document.write( "What are the value of each of the variables in fact 1 and 2? \n" ); document.write( " |