Answer:
7 and 9
Step-by-step explanation:
So we want two consecutive odd numbers whose product is 63.
Let's write an equation.
Let's let n be a random integer: doesn't matter what it is. Therefore, the first integer must be 2n+1.
This is because we're letting n be whatever it wants to be. If we multiply that whatever number by 2, then it will turn even. If we add 1 to an even number, it becomes odd.
Therefore, our first odd number is (2n+1). Our second, then, must be (2n+3).
Multiply them together. They equal 63. Thus:
[tex](2n+1)(2n+3)=63[/tex]
Expand:
[tex]4n^2+6n+2n+3=63[/tex]
Combine like terms:
[tex]4n^2+8n+3=63[/tex]
Subtract 63 from both sides:
[tex]4n^2+8n-60=0[/tex]
Divide both sides by 4:
[tex]n^2+2n-15=0[/tex]
And now, factor:
[tex](n+5)(n-3)=0[/tex]
Zero Product Property:
[tex]n+5=0\text{ or } x-3=0[/tex]
Find n:
[tex]n=-5\text{ or } n=3[/tex]
So, we've found n.
Then the first integer is either:
[tex]2(-5)+1 \text{ or } 2(3)+1[/tex]
Evaluate:
[tex]-9 \text{ or } 7[/tex]
However, we want two consecutive odd natural numbers. So, ignore the -9.
Therefore, our first odd integer is 7.
And our second one would be 9.
So, our answer is 7 and 9.
And we're done!