Post Reply 
How to factorize this polynomial
08-23-2022, 05:17 PM
Post: #4
RE: How to factorize this polynomial
(08-23-2022 05:16 PM)robmio Wrote:  [quote='rancom' pid='163314' dateline='1661256139']
Hi all, I am learning math and learning how to use the HP Prime as well.

How do I factorize 4x^2+36xy+81y^2 and get (2x+9y)^2 as a result?

Things I've tried in CAS view:
- factor(4x^2+36xy+81y^2) -> 36xy+4x^2+81y^2
- factors(4x^2+36xy+81y^2) -> [4*x^2+81*y^2+36*xy,1]
- simplify(4x^2+36xy+81y^2) -> 4x^2+36xy+81y^2
- collect(4x^2+36xy+81y^2) -> 4x^2+81y^2+36xy
- cfactor(4x^2+36xy+81y^2) -> 4x^2+81y^2+36xy

You have to put the multiplication sign between the numbers, the variable "x" and the variable "y".


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to factorize this polynomial - rancom - 08-23-2022, 12:02 PM
RE: How to factorize this polynomial - robmio - 08-23-2022 05:17 PM



User(s) browsing this thread: 1 Guest(s)