You can put this solution on YOUR website! Hint: recall that p ^ q is only true if BOTH p AND q are true. Otherwise, p ^ q is false. To get you started, since p is true, but q is false, we know that p ^ q is false (since q is false). I'll let you continue.