answersLogoWhite

0

🎒

Numbers

Numbers are our way to quantify, label, and organize the world around us in a logical manner. However, the systems used to obtain this goal differ geographically, historically, and by relative utility. All questions pertaining to numbers, including historic labeling systems, bases of numerical systems, constants, and the various ways they're grouped together, should be placed into this category.

46,867 Questions

Are All square numbers even numbers?

No; most are not, not even close. 2 is not a square, 6 is not a square, 8 is not a square, 10 is not a square, 12 is not a square, and 14 is not a square, just for starters.

Only a very small proportion of even numbers are squares: 4, 16, 36, 64, 100, 144, 196, 256, 324, 400....

1-100 all the prime numbers?

the prime numbers from 1-100 are

2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97

How do you find greatest number among three without conditional operator and Math Library Functions?

import java.io.Writer;

import java.util.Scanner;

public class Teknoturf {

public static void main(String[] args) {

System.out

.println("This is Print Greater No without Using '<' '>' symbol and Math Library");

Scanner scan = new Scanner(System.in);

System.out.println("Enter No1------------->>");

int no1 = scan.nextInt();

System.out.println("Enter No2------------->>");

int no2 = scan.nextInt();

System.out.println("Enter No3------------->>");

int no3 = scan.nextInt();

Utility(no1, no2, no3);

}

static void Utility(int a, int b, int c) {

int temp = 0, temp1 = 0;

Integer AminusB = a - b;

String strAminusB = AminusB.toString();

if (strAminusB.substring(0, 1).equalsIgnoreCase("-")) {

temp = (a + b) / 2 - -(a - b) / 2;

} else {

temp = (a + b) / 2 - (a - b) / 2;

}

temp1 = a + b;

temp = temp1 - temp;

int help1 = temp - c;

Integer tempMinusC = temp - c;

String strtempMinusC = tempMinusC.toString();

if (strtempMinusC.substring(0, 1).equalsIgnoreCase("-")) {

temp1 = (temp + c) / 2 - -(temp - c) / 2;

} else {

temp1 = (temp + c) / 2 - (temp - c) / 2;

}

temp = temp + c;

temp1 = temp - temp1;

System.out.println("Greatest Number----------------------->>" + temp1);

}

}

this is only work for positive numbers ....

Thanks and Regards,

P.Marimuthu

www.teknoturfian.blogspot.com

Is it possible for any number not to reach 1 using the number 4?

Yes. Any decimal number that is 0. something or 0.0something and so on work.

For example, 0.0004, 0.4, 0.44, ext.

What are the factors of all the numbers in the nineties?

All of those numbers have been factored individually in other answers. If I list them all here, no one else will be able to find them. It is not the purpose of this website to do your work for you, but rather to show you an example that will help you to complete the task yourself.

The factors of 96 are 1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48 and 96.

What numbers add to positive six and multiplies to negative two?

there are none. you need to do the quadratic formula:

X = -B + or - The Square Root of (B2 - 4xAC)

2xA

Is 210 a prime or square number?

210 is neither a prime number or a square number.

What is gopichand's number?

There is no such number as Gopichand's number which is universally recognized.

How do you write 52.63791 in word form?

Fifty-two AND Sixty-three thousand seven hundred and ninety-one hundred thousandths