document.write( "Question 103092: postulates: If b, then a
\n" );
document.write( " If Z, then b
\n" );
document.write( " If y, then z
\n" );
document.write( " If X, then b\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a. given: x
\n" );
document.write( " prove: a \n" );
document.write( "
Algebra.Com's Answer #74985 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Given x, then \n" ); document.write( "If x, then b \n" ); document.write( "If b, then a \n" ); document.write( "So given x, then a. \n" ); document.write( " |