document.write( "Question 1010734: INSTRUCTIONS: Construct a regular proof to derive the conclusion of the following argument:
\n" ); document.write( "1. N > R
\n" ); document.write( "2. O <> R
\n" ); document.write( "3. (O > R) > L
\n" ); document.write( "/ (N > O) & L
\n" ); document.write( "

Algebra.Com's Answer #626590 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
\n" ); document.write( "\n" ); document.write( "
NumberStatementLines UsedReason
1N -> R
2O <--> R
3(O -> R) -> L
:.(N -> O) & L
4(O -> R) & (R -> O)2Material Equivalence
5(R -> O) & (O -> R)4Commutation
6R -> O5Simplification
7N -> O1,6Hypothetical Syllogism
8O -> R4Simplification
9L3,8Modus Ponens
10(N -> O) & L7,9Conjunction
\n" ); document.write( "
\n" );