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

  • @siriusmartM
    link
    15 days ago

    of course the website has something to do with lean

    • scratsearcher 🔍🔮📊🎲OP
      link
      fedilink
      English
      13 days ago

      yeah I found this website quite interesting even if I dont want to learn lean right now you can learn some cool proofs. Do you mind if I post other questions from that one here?

  • scratsearcher 🔍🔮📊🎲OP
    link
    fedilink
    English
    47 days ago
    hint

    Use 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