Jump to content

How do I do this problem by completing the square?

post-11646-0-01410600-1395000813.jpg

Work Desktop | CPU: Intel Core i7 4770k | GPU: Quadro K1200 | Motherboard: EVGA Z97 Classified | RAM: Corsair Dominator Platinum 32GB (4x8GB) DDR3-2133Mhz | PSU: Seasonic 750W SS-750KM3 80 PLUS Gold | STORAGE: WD 1TB Se Enterprise Grade Drive & Corsair Neutron NX500 400GB NVMe PCIe  | COOLER: Enermax Liqtech 240 -  5x Noctua NF-F12 iPPC 2000 PWM | CASE: Corsair 600C | OS: Windows 10 Pro | Peripherals: Logitech MX Master 2S -- Logitech K840 -- INTEL X520 10Gb NIC -- 3x Acer H236HL -- Build Log | 

 

Work Server | CPU: Intel Xeon E5-2650 v3 | Model: Cisco UCS C220 M4 (SFF) | RAM: 64GB (4x16GB) Cisco (Samsung) DDR4 2133Mhz | STORAGE: 4x Cisco (Seagate) 900GB 10K 2.5" (RAID 10) - 2x 32GB Cisco FlexFlash Boot Drive (RAID 1) | OS: vSphere 6.7 Enterprise Plus U3 | 

 

Laptop | CPU: Intel Core i7 6700HQ | GPU: Nvidia GTX 960M 2GB GDDR5 | RAM: 32GB (2 x 16GB) DDR4-2400Mhz | STORAGE: 512GB Hynix NVMe | OS: Windows 10 Pro |

 

Gaming Desktop | CPU: Intel Core i7 9700K | GPU: Gigabyte RTX 2080 WINDFORCE 8G  | Motherboard: ASRock Z390 PHANTOM GAMING-ITX | RAM: Ballistix Elite 32GB Kit (16GB x 2) DDR4-3000 | PSU: Silverstone SX700-LPT 700w 80 PLUS Platinum | STORAGE: 2x Samsung 970 PRO 1TB NVMe | COOLER: Noctua NH-L12 | CASE: Louqe Ghost S1 | OS: Windows 10 Pro | Build Log in Progress | 

 

Home Server | CPU: Intel Xeon E5-2690 (Sandy Bridge) | GPU: Quadro P2000 | Motherboard: SUPERMICRO X9SRL-F  | RAM: 64GB (8x8GB) Micron VLP DDR3-1600 ECC | PSU: SUPERMICRO 665W 80 PLUS Bronze | STORAGE: 2x Samsung 860 EVO 500GB (RAID 1) - 4x WD 8TB Ultrastar (RAID 10) - Intel SSD D3-S4510 Series 240GB (BOOT)  | COOLER: Noctua NH-U12DXi4 with 2x Noctua NF-F12 iPPC 3000 PWM | CASE: SUPERMICRO CSE-842TQ-665B 4U | OS: vSphere 6.7 Enterprise Plus U3 | Build Log in Progress |

 

| Pixel 4XL 128GB - Clearly White - Unlocked - Carrier: Visible |

 

| F@H STATS |

Link to comment
https://linustechtips.com/topic/128212-completing-the-square-math-help-please/
Share on other sites

Link to post
Share on other sites

It's a simple quadratic equation. (0c4913db725b72609d4825124dda12aa.png)

10x2 - 92 = 20x

10x2 - 20x - 92 = 0

 

 

Δ = b2 - 4ac = 400 - 4*(10 -92) =  400 - 328 = 72 

x1= (-b + sqrtΔ) / 4 =(20 + 6sqrt2)/4 = (10 + 3sqrt2) / 2

x2 =(-b - sqrtΔ)/4 = (20 - 6sqrt2)/4 = (10 - 3sqrt2) / 2

Now we know this : ax2 +bx + c = a(x - x1) (x- x2) = 0

So, a, (x- x1) and (x - x2) must be 0(one at a time).However,we know a can't be 0,because it's 10.So,we have :

x - x1 = 0 (solve this yourself,you know x1)

x - x2 = 0 (solve this yourself, you know x2)

i5 4670k @ 4.2GHz (Coolermaster Hyper 212 Evo); ASrock Z87 EXTREME4; 8GB Kingston HyperX Beast DDR3 RAM @ 2133MHz; Asus DirectCU GTX 560; Super Flower Golden King 550 Platinum PSU;1TB Seagate Barracuda;Corsair 200r case. 

Link to post
Share on other sites

10X^2-20X-92 = 0

 

10(X^2-2X)-92 = 0

 

10((X-1)^2-1)-92 = 0

 

10(X-1)^2 - 102 = 0

 

I think.

You want to re-write the first equation as (a +b)(c +d) = 0,so then you can assume a + b = 0 or c + d =0.

i5 4670k @ 4.2GHz (Coolermaster Hyper 212 Evo); ASrock Z87 EXTREME4; 8GB Kingston HyperX Beast DDR3 RAM @ 2133MHz; Asus DirectCU GTX 560; Super Flower Golden King 550 Platinum PSU;1TB Seagate Barracuda;Corsair 200r case. 

Link to post
Share on other sites

10X^2-20X-92 = 0

 

10(X^2-2X)-92 = 0

 

10((X-1)^2-1)-92 = 0

 

10(X-1)^2 - 102 = 0

 

I think.

Yes I think that's right, just need the last couple of steps:

 

10(X-1)^2 = 102

 

(X-1)^2 = 10.2

 

(X-1) = (10.2)^0.5         (^0.5 is the same as square root)

 

X = 1 ± (10.2)^0.5

 

You want to re-write the first equation as (a + B)(c +d) = 0,so then you can assume a + b = 0 or c + d =0.

That's not completing the square though.

I remain,  

msevilgenius

Link to post
Share on other sites

You want to re-write the first equation as (a + B)(c +d) = 0,so then you can assume a + b = 0 or c + d =0.

If I expand my complete the square version:

10(X-1)^2 - 102 = 0

10(x²-2x + 1) -102 = 0

10x²-20x+10 -102 = 0

10x²-92 = 20x

 

It still is the same equation but written in the completed square form as I was taught it.

 

Yes I think that's right, just need the last couple of steps:

 

10(X-1)^2 = 102

 

(X-1)^2 = 10.2

 

(X-1) = (10.2)^-2         (^-2 is the same as square root)

 

X = 1 ± (10.2)^-2

 

That's not completing the square though.

x^-2 is 1/x² x^0.5 is sqroot

Link to post
Share on other sites

That's not completing the square though.

How not?

(x + a)(x + b) = 0

I know a and b,how can I not find out x?

i5 4670k @ 4.2GHz (Coolermaster Hyper 212 Evo); ASrock Z87 EXTREME4; 8GB Kingston HyperX Beast DDR3 RAM @ 2133MHz; Asus DirectCU GTX 560; Super Flower Golden King 550 Platinum PSU;1TB Seagate Barracuda;Corsair 200r case. 

Link to post
Share on other sites

 

How not?

(x + a)(x +  B) = 0

I know a and b,how can I not find out x?

You can find out x, but the method you have used is not completing the square, it is factorising

 

x^-2 is 1/x² x^0.5 is sqroot

Fixed thanks, my bad.

I remain,  

msevilgenius

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×