| 1. |
da GQ : x(x+5) (x+7) (x+ 12) + 150 = 0 |
|
Answer» (x^2+5x)(X+5)(X+12)+150=0x^3+5x^2+5x^2+25x(X+12)+150=0x^4+12x^3+5x^3+60x^2+5x³+60x²+25x²+300x+150=0x⁴+22x³+145x²+300x+150=0 The concept oflogical operatorsis simple. They allow a program to make a decision based on multiple conditions.Eachoperand is considered a condition that can be evaluated to a true or false value. ... The &&operatoris used to determine whether both operands or conditions are true and.pl x( x+5)( x+7)( x+12)+150; x( x^2+7x+5x+35)( x+12)+150); x( x^2+12x +35 )( x+12)+150; x(x^3+12x^2+35x +12x^3+144x+ 420 + 150)= x^4+12x^3+12x^3+35x^2+144x + 570= x^4+24x^3+35x^2+144x +'570 0 is the correct answer |
|