If you mean 'prime' factors, then an odd number of them CAN'T produce a perfect square. Consider 3 factors ... A, B, and C. If their product were a perfect square, then AxB=C, which can't be true if C is a prime number. For non-prime factors, an odd number of them may or may not be a perfect square: Three factors = not a square: 2 x 3 x 5 = 30. Three factors = a square: 2 x 3 x 6 = 36.
yes b/c 5 times 5 is 25! any number times itself is a perfect square.
49
49
If the determinant of the quadratic (ax² + bc + c) as worked out by b² - 4ac is a perfect square or not. If the determinant is not a perfect square then the roots are irrational.
If you mean 'prime' factors, then an odd number of them CAN'T produce a perfect square. Consider 3 factors ... A, B, and C. If their product were a perfect square, then AxB=C, which can't be true if C is a prime number. For non-prime factors, an odd number of them may or may not be a perfect square: Three factors = not a square: 2 x 3 x 5 = 30. Three factors = a square: 2 x 3 x 6 = 36.
yes b/c 5 times 5 is 25! any number times itself is a perfect square.
#include <stdio.h> #include<process.h> #include<conio.h> void main() { float n,i,c; printf("Enter the number"); scanf("%d",&n); for(i=1;i<=n/2;i++) { c=n/i; if(c==i) { printf("Perfect Square"); getch(); exit(0); } printf("Not a Perfect Square"); getch(); }
The answer will depend on what c represents. Furthermore, there probably is no value of c such that each expression is a perfect square - you will need different values of c for different trinomials.The answer will depend on what c represents. Furthermore, there probably is no value of c such that each expression is a perfect square - you will need different values of c for different trinomials.The answer will depend on what c represents. Furthermore, there probably is no value of c such that each expression is a perfect square - you will need different values of c for different trinomials.The answer will depend on what c represents. Furthermore, there probably is no value of c such that each expression is a perfect square - you will need different values of c for different trinomials.
Write it in the form ax2 + bx + c. It is a perfect square if b2 = 4ac
As it stands, no. But it depends on the value of c.
6.25
26
81.
16
49
49