jhhhb jhhhb
  • 31-05-2019
  • Mathematics
contestada

What is the prime number ? A) 16 B) 24 c) 41 d)64

Respuesta :

gentlebiker
gentlebiker gentlebiker
  • 31-05-2019
The Prime Number would be 41 because prime numbers are numbers that cannot be multiplied into it excluding itself and 1.
16 can be multiplied into with 4 x 4 or 8x2
24 can be multiplied into with 6x4 or 8x3 or 12x2
41 cannot be multiplied other than 41x1
64 can be multiplied into with 8x8, 4x16, 2x32
Answer Link
puffinnh puffinnh
  • 31-05-2019

Answer: C

Step-by-step explanation:

41 is a prime number because it cannot be divided by anything other than 1 or 41.

Answer Link

Otras preguntas

Two wires A and B of equal length and circular cross section are made of the same metal, but the resistance of wire B is four times that of wire A. What is the
What frequency must a sound wave have in air to have the same wavelength as a 750 Hz sound wave in a platinum bar?
What were the Great Society programs?
8 Line in the xy-plane contains points from each of Quadrants II, III, and IV, but no points from Quadrant I. Which of the following must be true? A) The slope
what is -2x+5y=-6; -7x-2y=57
what is a scenario that could stop the ocean currents?
Which is it?...coloring,flagging,filing, or reading your email is an easy way to catergorize it?
Determine the capacitive reactance for a 20 uF capacitor that is across a 20 volt, 60 Hz source
4x^2 y+8xy'+y=x, y(1)= 9, y'(1)=25
What is the output after the following code executes? int x=10; if ( ++x > 10 ) { x = 13; } cout << x;