document.write( "Question 1192067: Simplify the following function using Boolean Algebra rules
\n" );
document.write( "F(X, Y) = X’Y’ + X’ + XY’\r
\n" );
document.write( "\n" );
document.write( "Can you please explain me this homework question step-by-step? Thank you very much! \n" );
document.write( "
Algebra.Com's Answer #823957 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "F(X, Y) = X’Y’ + X’ + XY’ \n" ); document.write( "F(X, Y) = (X’Y’ + X’) + XY’ \n" ); document.write( "F(X, Y) = (X’ + X’Y’) + XY’ ... note1 \n" ); document.write( "F(X, Y) = X' + XY’ .... note2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note1: commutation law \n" ); document.write( "note2: absorption law \n" ); document.write( " \n" ); document.write( " |