document.write( "Question 1201401: Which of the following are true for all integers a,b, and c?
\n" );
document.write( "I.(a+b)+c=a+(b+c)
\n" );
document.write( "II.(a/b)/c=a/(b/c)
\n" );
document.write( "III.(a+b)/c=a+(b/c) \n" );
document.write( "
Algebra.Com's Answer #835751 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Statement I is true for all integers a,b,c \n" ); document.write( "It's also true for any real numbers a,b,c \n" ); document.write( "For more information, search out \"associative law of addition\". \n" ); document.write( "The basic idea is that we can add numbers in any grouping order we want. The order doesn't matter. \n" ); document.write( "Examples: \n" ); document.write( "(1+2)+3 = 1+(2+3) since both sides evaluate to 6 \n" ); document.write( "(4+7)+2 = 4+(7+2) since both sides evaluate to 13 \n" ); document.write( "An almost identical property would be the commutative property of addition. That property is a+b = b+a.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Statement II is NOT true for all integers a,b,c \n" ); document.write( "We can construct a counterexample to see why. \n" ); document.write( "a = 1 \n" ); document.write( "b = 2 \n" ); document.write( "c = 4 \n" ); document.write( "LHS = left hand side = (a/b)/c = (1/2)/4 = 0.5/4 = 0.125 exactly \n" ); document.write( "RHS = right hand side = a/(b/c) = 1/(2/4) = 1/(0.5) = 2 \n" ); document.write( "LHS = RHS is not the case since 0.125 = 2 is false\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Statement III is also not true in general \n" ); document.write( "Counterexample: \n" ); document.write( "a = 1 \n" ); document.write( "b = 2 \n" ); document.write( "c = 3 \n" ); document.write( "LHS = (a+b)/c = (1+2)/3 = 3/3 = 1 \n" ); document.write( "RHS = a + (b/c) = 1 + (2/3) = 1.667 approximately \n" ); document.write( "LHS = RHS is false since 1 = 1.667 is false.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Conclusion: Statement I is the only true statement of the trio. \n" ); document.write( " \n" ); document.write( " |