The homework question is "Prove that if and are rational numbers then 2 + 3 is a rational number"
So I wrote this to try to prove it:
*Let r and s be rational numbers
By definition of rational, r = a/b and s = c/d and a, b, c, and d are integers with b not equal to 0 and d not equal to 0
Thus, 2r + 3s = 2a/b + 3c/d by substitution
2a/b + 3c/d = (2a)d + b(3c) / bd by basic algebra
Let p = (2a)d + b(3c) and let q = bd. p and q are integers because integers are closed under multiplication and addition, and a, b, c, and d were already declared as non-zero integers
Therefore, 2r + 3s = p/q, and p and q are non-zero integers
Therefore, 2r + 3s is a rational number by the definition of rational.*
I'd appreciate if you could point out any technical errors I made.