this post was submitted on 15 Feb 2025
6 points (100.0% liked)

Daily Maths Challenges

216 readers
1 users here now

Share your cool maths problems.



Complete a challenge:


Post a challenge:


Feel free to contribute to a series by DMing the OP, or start your own challenge series.

founded 11 months ago
MODERATORS
6
Equalities 1 (hrmacbeth.github.io)
submitted 1 month ago* (last edited 1 month ago) by glowing_hans@sopuli.xyz to c/dailymaths@lemmy.world
 

Let a and b be rational numbers and suppose that (a-b)=4 and a*b=1 . Show that (a+b)^2 = 20.

you are viewing a single comment's thread
view the rest of the comments
[–] glowing_hans@sopuli.xyz 4 points 1 month ago

hintUse algebraic substitution and the binomial formulas

(a+b)^2 = a^2+2*ab+b^2
(a-b)^2 = a^2-2*ab+b^2

Solution

(a+b)^2 = a^2 + 2*ab + b^2 = (a-b)^2 +4*ab = 4^2+4*1 = 16+4 = 20 ◽