Answer:
7n + 9 = n² + 1
n = -1, 8
General Formulas and Concepts:
Pre-Algebra
Order of Operations: BPEMDAS
- Brackets
- Parenthesis
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
Equality Properties
Algebra I
- Factoring
- Solving quadratics
Explanation:
Step 1: Set up Equation
"Nine more" is + 9
"Seven times a number" is 7n
"One more" is + 1
"Square of the [same] number" is n²
7n + 9 = n² + 1
Step 2: Solve for n
- Subtract 7n on both sides: 9 = n² - 7n + 1
- Subtract 9 on both sides: 0 = n² - 7n - 8
- Factor quadratic: 0 = (n - 8)(n + 1)
- Solve roots: n = -1, 8