What is the exponential form of 3x3?

1 Answer

Answer :

3^2

Related questions

Description : x4+3x3+3x2+x+1 -Maths 9th

Last Answer : Solution: Let p(x)= x4+3x3+3x2+x+1 The zero of x+1 is -1. p(−1)=(−1)4+3(−1)3+3(−1)2+(−1)+1 =1−3+3−1+1 =1 ≠ 0 ∴By factor theorem, x+1 is not a factor of x4+3x3+3x2+x+1

Description : 3. Check whether 7+3x is a factor of 3x3+7x. -Maths 9th

Last Answer : Solution: 7+3x = 0 ⇒ 3x = −7 ⇒ x = -7/3 ∴Remainder: 3(-7/3)3+7(-7/3) = -(343/9)+(-49/3) = (-343-(49)3)/9 = (-343-147)/9 = -490/9 ≠ 0 ∴7+3x is not a factor of 3x3+7x

Description : Find the value of the polynomial 3x3 – 4x2 + 7x – 5, when x = 3 and also when x = -3. -Maths 9th

Last Answer : Let p(x) =3x3 – 4x2 + 7x – 5 At x= 3, p(3) = 3(3)3 – 4(3)2 + 7(3) – 5 = 3×27-4×9 + 21-5 = 81-36+21-5 P( 3) =61 At x = -3, p(-3)= 3(-3)3 – 4(-3)2 + 7(-3)- 5 = 3(-27)-4×9-21-5 = -81-36-21-5 = -143 p(-3) = -143 Hence, the value of the given polynomial at x = 3 and x = -3 are 61 and -143, respectively.

Description : Find the value of the polynomial 3x3 – 4x2 + 7x – 5, when x = 3 and also when x = -3. -Maths 9th

Last Answer : Let p(x) =3x3 – 4x2 + 7x – 5 At x= 3, p(3) = 3(3)3 – 4(3)2 + 7(3) – 5 = 3×27-4×9 + 21-5 = 81-36+21-5 P( 3) =61 At x = -3, p(-3)= 3(-3)3 – 4(-3)2 + 7(-3)- 5 = 3(-27)-4×9-21-5 = -81-36-21-5 = -143 p(-3) = -143 Hence, the value of the given polynomial at x = 3 and x = -3 are 61 and -143, respectively.

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. diagonal elements are 1, the rest are 0. Replace all 0 to random number from 10 to 20 -Technology

Last Answer : import numpy as nparray1=np.identity(3)print(array1)x=np.where(array1==0)for i in x:array1[x]=np.random.randint(low=10,high=20)print(array1)

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. non diagonal elements are 1, the rest are 0. Replace all 0 to random number from 1 to 10 -Technology

Last Answer : import numpy as npZ = np.arange(9).reshape(3,3)print (Z)x=np.where((Z%2)==0)for i in x:Z[x]=np.random.randint(low=10,high=20)print(Z)

Description : Does the numerical expression of (2x4)+(3x3) have a value of 33?

Last Answer : 172x4=8+(3x3)=173x3=99+8=17

Description : What size rectangular floor can be completely covered by using 3x3 ft tiles or 5x5 ft tiles you cant cut tiles or combine them?

Last Answer : A 3 x 5 rectangle.

Description : What size rectangular floor can be completely covered by using 3x3 ft tiles or 5x5 ft tiles you cant cut tiles or combine them?

Last Answer : A 3 x 5 rectangle.

Description : 3X3 inverse of matrix short trick

Last Answer : 3X3 inverse of matrix short trick

Description : Rewrite in exponential form?

Last Answer : answer:Okay, couple of hints to get you going in the right direction. Somebody has probably taught you that √x is the same thing as x^(½) (if not, then I just did). This rule applies for other roots of ... of info you should be able to get to the final answer, but let me know if you want more help.

Description : Is the exponential form 3x3x3x3x3?

Last Answer : Three to the fifth power (don't think I can type it here but big three followed by little five).But then... my last math class was almost fifty years ago.

Description : what is the answer of 6x6x6x6x6 in exponential form?

Last Answer : 6⁵=7776

Description : Write the following in exponential form and redical form. (i) Cube root of 729 (ii) Fifth root of 1990 (iii) Square root of 2001 (iv) Seventh root of

Last Answer : Write the following in exponential form and redical form. (i) Cube root of 729 (ii) Fifth root of ... ) Square root of 2001 (iv) Seventh root of 777

Description : Express the following in exponential form. (i) 625 (ii) 1024 (iv) 507 (v) 360

Last Answer : Express the following in exponential form. (i) 625 (ii) 1024 (iv) 507 (v) 360

Description : What is 5372 in exponential form?

Last Answer : This is what it looks like

Description : What is 2 cubed in exponential form?

Last Answer : Unfortunately, superscripts and subscripts are not recognized inWikiAnswers. 2 cubed would be written with a superscript 3following a 2. To indicate that here, we write 2^3.

Description : What is the factor in an exponential form?

Last Answer : yes

Description : What is 25920 in exponential form?

Last Answer : 2^6 x 3^4 x 5

Description : What is the exponential form of 46656?

Last Answer : It is 6^6.

Description : What is 0.0001 in exponential form?

Last Answer : Feel Free to Answer

Description : What is the exponential form of 46656?

Last Answer : It is 6^6.

Description : What are some good activites related to exponential equations that I can do with my 8th grade class?

Last Answer : I mean, exponential reproduction is pretty straightforward. Why not start with that?

Description : Which multiplier gives a faster rate of increase, exponential or logarithmic?

Last Answer : Exponential. Try exponentially putting money on a checker board, start with square one with one a penny…

Description : How do I do this problem with exponential numbers and whatnot?

Last Answer : answer:First of all, remember that negative exponents are the inverse, so they divide. 5x^-3 is 1/5x^3. And, when multiplying you add the exponents. (10^5)(10^3) = 10^8 When dividing you subtract the exponent of the denominator from the exponent of the numerator. 10^5/ 10^3 = 10^2 Hope that helps.

Description : What do you mean when you say something a change is exponential?

Last Answer : I use the word to describe a large change, like “My increase in strength after I started taking steroids was exponential”.

Description : What do you think when someone says "literally" when they mean "figuratively," or if they use "exponential" for "very"?

Last Answer : I have never heard anyone do it, so it has not been something that I have needed to think about. I am pedantic about language, so I would notice such a thing. I have heard a part of the addenda ... . One of my most disliked is the addition of a superfluous personally as in in Personally I think

Description : Synthetic curve pass through defined data points and thus can be represented by a.polynomial equations b.exponential equations c.partial differential equations d.differential equations

Last Answer : a.polynomial equations

Description : What is exponential phase? -Biology

Last Answer : answer:

Description : Difference between exponential and arithmetic growth? -Biology

Last Answer : answer:

Description : About Exponential distribution

Last Answer : I want to know about Exponential distribution is fit in service time in traffic congestion for queuing ... me how to calculate and procedure. Thanks.

Description : Assertion: Under unlimited resource conditions, popultion can show an exponential growth curve. Reason: The maximum possible number of individuals can

Last Answer : Assertion: Under unlimited resource conditions, popultion can show an exponential growth curve. Reason: The ... Reason are false, then mark (4).

Description : The formula for exponential population growth is

Last Answer : The formula for exponential population growth is A. Environmental resistance B. Reproductive potential C. Growth rate D. Carrying capacity

Description : Is the relationship linear or exponential?

Last Answer : is the relationship linear or exponential

Description : What is exponential growth How does Hardin relate this to the practical problems that we must face in the next few generations?

Last Answer : Need answer

Description : What Exponential growth of organisms would eventually lead to what?

Last Answer : overpopulation

Description : The linearized regression equation for an exponential data set is log Å· = 0.14x + 0.4, where x is the number of years and y is the population. What is the predicted population when x = 15 Round your answer to the nearest whole number.?

Last Answer : 316

Description : When does exponential growth of a population stop?

Last Answer : Exponential growth may occur in environments where there are few individuals and plentiful resources but when the number of individuals become large enough resources will be depleted slowing the growth in exponential growth.

Description : Log-phase is also known as a. Death phase b. Exponential phase c. Lag-phase d. None

Last Answer : Ans: C

Description : When load factor and diversity factor increases ___________ a) cost of electricity decreases b) cost of electricity also increases c) cost of electricity remains same d) cost of electricity increases exponential

Last Answer : Ans: A

Description : A radioactive isotope undergoes decay with respect to time following __________ law. (A) Logarithmic (B) Exponential (C) Linear (D) Inverse square

Last Answer : (B) Exponential

Description : Which of the following represents the plot of filtrate volume versus time for constant pressure filtration? (A) Parabola (B) Straight line (C) Hyperbola (D) Exponential curve

Last Answer : (A) Parabola

Description : Humid volume, at a given temperature is a/an __________ function of humidity. (A) Inverse (B) Exponential (C) Linear (D) Logarithmic

Last Answer : (C) Linear

Description : The partial pressure distribution of an ideal gas diffusing through another stagnant ideal gas at steady state follows a/an __________ law. (A) Exponential (B) Parabolic (C) Linear (D) Cubic

Last Answer : (A) Exponential

Description : Graph of resistance of thermistor to temperature is A. exponential decrease B. linear decrease C. exponential increase D. linear increase

Last Answer : exponential decrease

Description : Neural Networks are complex ______________ with many parameters. a) Linear Functions b) Nonlinear Functions c) Discrete Functions d) Exponential Functions

Last Answer : a) Linear Functions

Description : Neural Networks are complex ______________with many parameters. a) Linear Functions b) Nonlinear Functions c) Discrete Functions d) Exponential Functions

Last Answer : b) Nonlinear Functions

Description : The maximum growth rate occurs in (a) stationary phase (b) senescent phase (c) lag phase (d) exponential phase

Last Answer : (d) exponential phase.

Description : In an Ethernet local area network, which one of the following statements is TRUE ? a. A station stops to sense the channel once it starts transmitting a frame. b. The purpose ... collision is detected. d. The exponential backoff mechanism reduces the probability of collision on retransmissions

Last Answer : The exponential backoff mechanism reduces the probability of collision on retransmissions

Description : Exponential phase of growth curve of bacteria is of limited duration because of A.rise in cell density B.accumulation of toxic metabolites C.exhaustion of nutrients D.all of these

Last Answer : D.all of these