Graphing Challenge World 2- Complete Answers and Solutions
Graphing Challenge World 2: Complete Level-by-Level Solutions
If you're stuck on World 2 of Graphing Challenge, you're in the right place. This guide gives you every answer, plain and simple. No fluff.
What Is Graphing Challenge?
Graphing Challenge is a puzzle game where you draw lines, circles, and shapes on a coordinate plane to hit specific target points. World 2 ramps up the difficulty with slopes, parabolas, and multiple equations per level.
Each level gives you a set of target points. Your job is to write equations that pass through those exact points.
World 2 Level Answers
Level 1: The Basics Return
Target Points: (1, 2), (3, 6)
You need a line that passes through both points. Find the slope first.
Solution:
y = 2x
Slope is (6-2)/(3-1) = 4/2 = 2. The line passes through the origin, so y = 2x hits both targets.
Level 2: Off the Grid
Target Points: (2, 5), (4, 9)
Same process. Slope is (9-5)/(4-2) = 4/2 = 2.
Solution:
y = 2x + 1
Level 3: Parabola Intro
Target Points: (-1, 1), (0, 0), (1, 1)
Classic parabola shape. Vertex at (0,0) means you're working with y = ax².
Solution:
y = x²
Level 4: Shifted Parabola
Target Points: (0, 3), (1, 4), (2, 7)
Vertex looks like it's at (0,3). Use vertex form: y = a(x-h)² + k
Solution:
y = x² + 3
Level 5: Circle Time
Target Points: (3, 4), (3, -4), (-3, 4), (-3, -4)
These points form a circle centered at the origin. Distance from center to any point is √(3²+4²) = 5.
Solution:
x² + y² = 25
Level 6: Ellipse Entry
Target Points: (4, 0), (-4, 0), (0, 3), (0, -3)
Ellipse centered at origin with horizontal radius 4 and vertical radius 3.
Solution:
x²/16 + y²/9 = 1
Level 7: Line and Circle Combo
Target Points: Line through (1,1) and (3,5). Circle through (0,5), (5,0), (0,-5), (-5,0).
Two equations needed.
Solutions:
y = 2x - 1
x² + y² = 25
Level 8: Absolute Value Shape
Target Points: (-2, 4), (-1, 2), (0, 0), (1, 2), (2, 4)
V-shape pointing up, vertex at origin.
Solution:
y = |x|
Level 9: Cubic Curve
Target Points: (-1, -1), (0, 0), (1, 1), (2, 8)
Basic cubic through origin.
Solution:
y = x³
Level 10: World 2 Boss Level
Target Points: Multiple scattered points requiring three separate equations.
Solutions:
y = 2x + 1
y = -x² + 5
x² + y² = 9
Quick Reference Table
| Level | Shape Type | Key Technique |
|---|---|---|
| 1-2 | Line | Slope formula |
| 3-4 | Parabola | Vertex form |
| 5 | Circle | Distance from center |
| 6 | Ellipse | Semi-axis lengths |
| 7 | Combo | Multiple equations |
| 8 | V-shape | Absolute value |
| 9 | Cubic | Basic power function |
| 10 | Mixed | All of the above |
How to Get Better at Graphing Challenge
Stop guessing. Here's what actually works:
- Know your slope formula. (y2-y1)/(x2-x1). Memorize it.
- Learn vertex form for parabolas. y = a(x-h)² + k. Shift your parabolas by changing h and k.
- For circles, find the center first. Then calculate the radius using distance formula.
- When levels ask for multiple equations, solve them one at a time. Don't try to do everything at once.
- Test your equations. Plug in your target points and verify they work.
Common Mistakes That Waste Your Time
Wrong slope direction. If your line misses both points, flip your slope sign.
Forgetting to shift. If your parabola vertex is at the wrong spot, add or subtract from x and y.
Circle equation errors. Remember: it's always x² + y² = r², not xy = r².
Overcomplicating. Most levels use the simplest form of the equation. Don't add extra terms unless you have to.
Final Advice
World 2 is about mastering the basics. If you can nail slopes, vertex form, and circle equations, you'll clear every level here. Save your progress after each level. Move to World 3 when you're ready.