← All Guides
🔄⚠️
LR

Parallel Flaw

Overview

Parallel flaw questions ask you to find an argument with the same type of reasoning error. First identify the flaw, then find its match.

1.First identify the specific flaw in the original argument
2.Then find an answer with the same flaw type
3.Common parallel flaws: affirming the consequent, denying the antecedent, composition/division
4.The subject matter will be different — focus on the error pattern
If it rains, the ground is wet. The ground is wet. Therefore, it rained.

Which exhibits the same flawed reasoning?

Answer A: This is "affirming the consequent" — concluding the sufficient condition from the necessary condition. Find an answer that makes the same logical error.
Matching topic instead of flaw type
Misidentifying the original flaw
Choosing a valid argument that resembles the original
function lessonView() { return { completed: localStorage.getItem('learn_lr-parallel-flaw') === '1', markComplete(slug) { localStorage.setItem('learn_' + slug, '1'); this.completed = true; } }; }