Daniellec08
- 1
- 0
10q +r, where 0<=r<=9?
So, I am struggling through my proofs class and I'm sure this problem is pretty easy, but I am just not seeing how I should begin. My first thought was induction since that was the last section but I think not.
Question: Show that ay integer can be written in the form 10q +r, where 0<=r<=9.
It's in the section with divide-and-conquer and bootstrap case analysis.
I think I might have to prove this for each case, 0 to 9 but there are no examples of how to do this in the book.
Thanks
So, I am struggling through my proofs class and I'm sure this problem is pretty easy, but I am just not seeing how I should begin. My first thought was induction since that was the last section but I think not.
Question: Show that ay integer can be written in the form 10q +r, where 0<=r<=9.
It's in the section with divide-and-conquer and bootstrap case analysis.
I think I might have to prove this for each case, 0 to 9 but there are no examples of how to do this in the book.
Thanks