answersLogoWhite

0


Best Answer

One way to square a number is to multiply it by itself.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C progam for perfect square number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If a number has an odd number of factors is it a perfect square?

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.


Is 25 a perfect square?

yes b/c 5 times 5 is 25! any number times itself is a perfect square.


Can you give us a example program of perfect square in turbo C?

#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(); }


How do you find the value of c such that each expression that is a perfect square trinomial?

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.


How will you determine if it is a perfect square trinomial?

Write it in the form ax2 + bx + c. It is a perfect square if b2 = 4ac


Is 24c a perfect square?

As it stands, no. But it depends on the value of c.


What value of c makes the polynomial a perfect square x2 5x c?

6.25


The value of c which makes x2 - 24x plus c a perfect square is?

26


What value of c makes 4x2-36x plus c a perfect square trinomial?

81.


What value of c makes 4x2 plus 16 plus c a perfect square?

16


What value of c makes the polynomial a perfect square x2 - 14x plus c?

49


What value of c makes the polynomial a perfect square x2 14x plus c?

49