document.write( "Question 1194424: 4. Is f(x) - g(x) = g(x) - f(x) true for all functions? Justify your answer.
\n" );
document.write( "**Writing one example will not justify your answer for ALL functions.
\n" );
document.write( "Which operation property can we use to prove this is true? **
\n" );
document.write( "(2 marks) 5. Is (f + g)(x) = (g + f )(x) true for all functions? Justify your answer.
\n" );
document.write( "**Writing one example will not justify your answer for ALL functions.
\n" );
document.write( "Which operation property can we use to prove this is true? **
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #826622 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Problem 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "One example could be \n" ); document.write( "f(x) = x+5 \n" ); document.write( "g(x) = 2x-3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "f(x) - g(x) = (x+5) - (2x-3) \n" ); document.write( "f(x) - g(x) = x+5 - 2x+3 \n" ); document.write( "f(x) - g(x) = (x-2x) + (5+3) \n" ); document.write( "f(x) - g(x) = -x + 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On the other hand, \n" ); document.write( "g(x) - f(x) = (2x-3) - (x+5) \n" ); document.write( "g(x) - f(x) = 2x-3 - x-5 \n" ); document.write( "g(x) - f(x) = (2x-x) + (-3-5) \n" ); document.write( "g(x) - f(x) = x - 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This shows that f(x) - g(x) and g(x) - f(x) are not the same. \n" ); document.write( "There are some special cases when f(x) - g(x) = g(x) - f(x) is true for all x; however, the equation is false in general for any functions f,g.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I don't know why your teacher wrote \"Writing one example will not justify your answer for ALL functions.\" when that's exactly all we need. One example is enough to disprove the claim made. The claim is the equation works for ALL functions. But we clearly found two functions where this doesn't work. It seems like your teacher made a typo. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "======================================================== \n" ); document.write( "Problem 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The reason why f(x)+g(x) is the same as g(x)+f(x) is the same reasoning why x+y = y+x is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can add any two numbers in any order we want \n" ); document.write( "2+3 = 3+2 \n" ); document.write( "7+9 = 9+7 \n" ); document.write( "etc\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Functions are just an extension of this idea.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's one example using functions \n" ); document.write( "f(x) = 2x+7 \n" ); document.write( "g(x) = 3x-1 \n" ); document.write( "f(x)+g(x) = (2x+7)+(3x-1) = 5x+6 \n" ); document.write( "g(x)+f(x) = (3x-1)+(2x+7) = 5x+6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The 2x and 3x combine to 5x no matter what order you add them in. The 7 and -1 combine to 6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As your instructions say, this example does not prove every single case. But it does help illustrate why it works. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The property used here is the commutative property of addition, which was the x+y = y+x mentioned. \n" ); document.write( " \n" ); document.write( " |