#include<stdio.h>
#include<conio.h>
void main()
clrscr();
{
int a,b;
a=a^2;
b=b^2;
printf("a^2+b^2+2*a*b");
getch();
}
There are 3 main rules for expansion of algebraic expressions. They are as follows: 1) a2 _ b2 = (a-b) (a+b) 2) (a+b)2 = a2 + 2ab +b2 3) (a-b)2 = a2 - 2ab +b2
(a+b-c)2 = a2 + b2 +c2 +2ab - 2bc - 2ac
I'm going to assume a few things... 1.) the 2s after a letter are 2 2.) this is addition, because it's easier for me and if you wanted another operation, you should have stated so. 2a2b+a2+5ab+3ab2+b2+2a2b+2ab 4ab+a2+5ab+3b2a+b2+4ab+2ab 15ab+3b2a+a2+b2
perfect trinomial square?? it has the form: a2 + 2ab + b2
Some special cases that are relevant in practice are: (a + b)2 = a2 + 2ab + b2 (a - b)2 = a2 - 2ab + b2 (x + a)(x + b) = x2 + (a+b)x + ab
No. If you expand (a + b)2 you get a2 + 2ab + b2. This is not equal to a2 + b2
(a+b+c) (a+b-c)
(A+B)2 = (A+B).(A+B) =A2+AB+BA+B2 =A2+2AB+ B2 So the Answer is A + B the whole square is equal to A square plus 2AB plus B square. Avinash.
Yes, as long as either number is 0. a2 + b2 = (a+b)2 a2 + b2 = a2 + 2ab + b2 0 = 2ab
(a+b)(a+b)Also equal to a2+2ab+b2
a2 + b2 + c2 - ab - bc - ca = 0 => 2a2 + 2b2 + 2c2 - 2ab - 2bc - 2ca = 0 Rearranging, a2 - 2ab + b2 + b2 - 2bc + c2 + c2 - 2ca + a2 = 0 => (a2 - 2ab + b2) + (b2 - 2bc + c2) + (c2 - 2ca + a2) = 0 or (a - b)2 + (b - c)2 + (c - a)2 = 0 so a - b = 0, b - c = 0 and c - a = 0 (since each square is >=0) that is, a = b = c
TrUE
There are 3 main rules for expansion of algebraic expressions. They are as follows: 1) a2 _ b2 = (a-b) (a+b) 2) (a+b)2 = a2 + 2ab +b2 3) (a-b)2 = a2 - 2ab +b2
= (a + b)2 or (a + b)(a + b) (a + b)(a + b) using the FOIL method yields: [multiplying {First Outer Inner Last} and summing the products] = a.a + a.b + b.a + b.b = a2 + ab + ab + b2 = a2 + 2ab + b2
True
(a+b-c)2 = a2 + b2 +c2 +2ab - 2bc - 2ac
I'm going to assume a few things... 1.) the 2s after a letter are 2 2.) this is addition, because it's easier for me and if you wanted another operation, you should have stated so. 2a2b+a2+5ab+3ab2+b2+2a2b+2ab 4ab+a2+5ab+3b2a+b2+4ab+2ab 15ab+3b2a+a2+b2