5836197 to the nearest hundred

Answers

Answer 1
5836200 because it's rounded
Answer 2
The answer to the question is 5,836,200

Related Questions

how do logarithms work

Answers

A logarithm is the power to which a number must be raised in order to get some other number. For example, the base ten logarithm of 100 is 2, because ten raised to the power of two is 100:

log 100 = 2

because

102 = 100

This is an example of a base-ten logarithm. We call it a base ten logarithm because ten is the number that is raised to a power. The base unit is the number being raised to a power. There are logarithms using different base units. If you wanted, you could use two as a base unit. For instance, the base two logarithm of eight is three, because two raised to the power of three equals eight: 

log2 8 = 3

because

23 = 8

In general, you write log followed by the base number as a subscript. The most common logarithms are base 10 logarithms and natural logarithms; they have special notations. A base ten log is written 

log

and a base ten logarithmic equation is usually written in the form:

log a = r 

A natural logarithm is written

ln

and a natural logarithmic equation is usually written in the form:

ln a = r

So, when you see log by itself, it means base ten log. When you see ln, it means natural logarithm (we'll define natural logarithms below). In this course only base ten and natural logarithms will be used.


Final answer:

Logarithms are used in Mathematics to solve exponential equations by converting them into linear equations. They involve finding the exponent to which a base must be raised to equal a given number. Properties of logarithms, such as the product and quotient rules, help manipulate and solve logarithmic equations.

Explanation:

Logarithms are mathematical tools used to solve exponential equations and simplify complex calculations. They are the inverse function of exponential functions and help us solve for the unknown exponent in an equation.

Logarithms work by converting exponential equations into linear equations. When we take the logarithm of a number, we are finding the exponent to which a base must be raised to equal that number. For example, the logarithm (base 10) of 100 is 2, because 10 raised to the power of 2 equals 100.

The properties of logarithms allow us to manipulate them to solve equations. Some key properties include:

The logarithm of a number raised to an exponent is the product of the exponent and the logarithm of the number.The logarithm of the number resulting from the division of two numbers is the difference between the logarithms of the two numbers.

The florist has 63 roses and carnations. If she has 27 roses how many carnations does she have?

Answers

63-27=36 carnations
She have 36 roses. You subtract 63 from 27

Miss Martin has 7000 in her savings account. Alonso has 1/10 as much money in his account as Miss Martin. How much money does Alonso have in his account.

Answers

Alonso has $700! (7000/10 or 7000*.1)

A bank offers a CD that pays a simple interest rate of 6.0. How much must you put in this CD now in order to have ​$4500 for a​ home-entertainment center in 6 years.

Answers

Since its simple interest then we shouldn't me calculating compound interest, Rate of interest = 6.0 Time period = 6 years Expecting amount after 6 years = ​$4500 There for , 4500/(1 + (3*6/100)) which is 4500/(1 + 0.18) It gives us 4500/1.18 = 3813.56 so we have to put $3813.56

Based upon a long period of record keeping the following represents the probability distribution of the number of times the John Jay wifi network is slow during a week. We call the random variable x.

x 0 1 2 3 4 5 6
p(x) .08 .17 .21 k .21 k .13

a. What is the value of k?

b. Calculate the expected value of x.

c. Calculate the expected value of x^2
.

d. Calculate the variance of x.

e. Calculate the standard deviation of x

f. Calculate the variance of 3x.

g. Suppose that network slowness is independent from week to week. What is the probability that if we look at 5 separate weeks, the network has no more than 4 slow times in any of those weeks?

h. Calculate the variance of the random variable x^2

Answers

Given a table representing the probability distribution of the number of times the John Jay wifi network is slow during a week. We call the random variable x.

[tex]\begin{tabular} {|c|c|c|c|c|c|c|c|} x&0&1&2&3&4&5&6\\[1ex] p(x)&.08&.17& .21& k& .21& k& .13 \end{tabular}[/tex]



Part A:

The total value of p(x) = 1.

Thus,

.08 + .17 + .21 + k + .21 + k + .13 = 1

0.8 + 2k = 1

2k = 1 - 0.8 = 0.2

k = 0.2 / 2 = 0.1

Therefore, the value of k is 0.1



Part B:

The expected value of x is given by

[tex]E(x)=\Sigma xp(x) \\ \\ =0(0.08)+1(0.17)+2(0.21)+3(0.1)+4(0.21)+5(0.1)+6(0.13) \\ \\ =0+0.17+0.42+0.3+0.84+0.5+0.78=3.01[/tex]

Therefore, the expected value of x is 3.01



Part C:

The expected value of [tex]x^2[/tex] is given by

[tex]E(x^2)=\Sigma x^2p(x) \\ \\ =0^2(0.08)+1^2(0.17)+2^2(0.21)+3^2(0.1)+4^2(0.21)+5^2(0.1)+6^2(0.13) \\ \\ =0(0.08)+1(0.17)+4(0.21)+9(0.1)+16(0.21)+25(0.1)+36(0.13) \\ \\ =0+0.17+0.84+0.9+3.36+2.5+4.68=12.45[/tex]

Therefore, the expected value of [tex]\bold{x^2} [/tex] is 12.45



Part D:

The variance of x is given by

[tex]Var(x)=E(x^2)-(E(x))^2 \\ \\ =12.45 - (3.01)^2=12.45-9.06 \\ \\ =3.39[/tex]

Therefore, the variance of x is 3.39.



Part E

The standard deviation of x is given by

[tex] \sqrt{Var(x)} = \sqrt{3.39} =1.84[/tex]

Therefore, the standard deviation of x is 1.84.



Part F:

The variance of ax, where a is a constant is given by

[tex]Var(aX)=a^2Var(X)[/tex]

Thus, the variance of 3x is given by

[tex]Var(3X)=3^2Var(X)=9(3.39)=30.51[/tex]

Therefore, the variance of 3x is 30.51.



Part G:

The probability that the network has no more that 4 slow times in one week is given by

[tex]P(x\leq4)=P(0)+P(1)+P(2)+P(3)+P(4) \\ \\ =0.08+0.17+0.21+0.1+0.21=0.77[/tex]

Since, the network slowness is independent from week to week, the probability that if we look at 5 separate weeks, the network has no more than 4 slow times in any of those weeks is given by

[tex](0.77)^5=0.27[/tex]

Therefore, the probability that if we look at 5 separate weeks, the network has no more than 4 slow times in any of those weeks is 0.27



Part H:

The variance of x^2 is given by

[tex]Var(x^2)=E((x^2)^2)-(E(x^2))^2=E(x^4)-(E(x^2))^2[/tex]

[tex]E(x^4)=\Sigma x^4p(x) \\ \\ =0^4(0.08)+1^4(0.17)+2^4(0.21)+3^4(0.1)+4^4(0.21)+5^4(0.1) \\ +6^4(0.13) \\ \\ =0(0.08)+1(0.17)+16(0.21)+81(0.1)+256(0.21)+625(0.1)\\+1,296(0.13) \\ \\ =0+0.17+3.36+8.1+53.76+62.5+168.48=296.37[/tex]

Thus,

[tex]Var(x^2)=296.37-(12.45)^2=296.37-155.00=141.37[/tex]

Therefore, the variance of the random variable [tex]\bold{x^2}[/tex] is 141.37

Answer:.1

Step-by-step explanation:

Nicolas has three fewer than twice the number of songs downloaded as Sabrina does. Interpret the meaning of the expression 2x – 3. The expression 2x – 3 represents

Answers

The number of songs is x so twice the nb of songs is 2x and 3 fewer than gives -3 so we obtain 2x-3

The expression 2x-3 represent's: The number of songs downloaded by Nicholas.

The variable x represents: The number of songs downloaded by Sabrina.

solve the equation .......x/9 = 2/45 +x/10

Answers

Hello Joseph!

[tex] \frac{x}{9} = \frac{2}{45} + \frac{x}{10} Simplify both sides... 1/9 x = 2/45 + 1/10 x 1/9 x - 1/10 x = 2/45 1/90 x = 2/45 x = 2/45 * 90 x=180/45 x=4[/tex]

if m angel 1 equal 42 and m angle 2 equal 27, then m angle APC equal

Answers

Assuming its a triangle. 42+27=69
180-69=111
so itd be 111. ;)

The measure of angle APC equals 69°

What is the measure of angle APC?

∠1 = 42°

∠2 = 27°

Angle APC is equal to the sum of angle 1 and angle 2.

∠APC = ∠1 + ∠2

= 42° + 27°

= 69°

Hence, m ∠ APC = 69°

Complete question:

if m ∠ 1 = 42 and m ∠ 2 = 27, then m ∠ APC = ?

You play video games online. When you sign up with the game site, you get 400400 points. You earn 5050 more points for each hour that you play. How many hours do you have to play to get to 1,000 points?

Answers

The answer to your question would be 12 because you would subtract 400 from 1000 and get 600 then youbdivide 50 into 600, therefore giving you the answer 12.

Convert 50 feet per second to miles per hour.

5280 ft = 1 mi


Round to the nearest hundredth.

Answers

60*60=3600
3600*50=180,000
180,000/5280=34.09
34.09 mph.
FIrst we know that
1  second = 1/3600 hours
5280 ft = 1 miles

Which means that

50 Ft = 50/5280 miles




So the conversion 
(5/5280 miles ) / (1/3600)

= 5/5280 miles x 3600

= 34.09 miles per hour

solve: -3(3x+1)-41>-5(-2x+4)+5x

Answers

x < -1 should be your final answer. Hope this helps you!

Answer:

Step-fbccbbby-CBC step explanation:

The number of seats in the first row of a concert hall is 6. The second row has 9seats, the third row has 12 seats, and the fourth row has 15 seats. How many seats are in the eighth row?

Answers

Row eight would have 27 seats because each row adds 3 seats.

A room has an area of 60 square meters and a perimeter of 32 meters what are the length and width of the room

Answers

10 by 6
10*6=60
10+10+6+6=32

Estimate 508-113 help me please

Answers

The closest estimation is 400

jake rounded 18,752 to the nearest ten thousand which is his number

Answers

The nearest ten thousand is 20,000

20,000 is the Answer. Hope this helps.

Complete te pattern 3,400,000 34,000

Answers

340 is the next number
3,400,000 34,000  340 is your next one


340 and 0.034 should be your answer

hope this helps

how do you solve the following
6/13=3/c

Answers

Okay. This is set up as a proportion. What we do in this situation is cross multiply. When you do that, you get 6c = 39. Next, divide each side by 6 to isolate the c. 39/6 is 6.5. c = 6.5.

PQR has two known interior angles of 34°, and 80°. △RST has two known interior angles of 24°, and 90°. What can be determined about whether △PQR and △RST are similar?

Answers

Answer:

△PQR and △RST are not similar.

Step-by-step explanation:

In triangle △PQR, two known interior angles are 34° and 80°. So the measure of third angle is

[tex]180-34-80=66[/tex]

In triangle △RST, two known interior angles are 24° and 90°.

[tex]180-24-90=66[/tex]

Two triangles are similar if their corresponding angles are same and the corresponding sides are proportional.

Since the angles of △PQR and △RST are not same, therefore we can say that the △PQR and △RST are not similar.

You have 16 Yellow beads,20 red beads,and 24 orange beads to make identical bracelets. What is the greatest number of bracelets that you can make using all beads?

Answers

Find the GCF of 16, 20, and 24

16: 1, 16; 2, 8; 4, 4
20: 1, 20; 2, 10; 4, 5
24: 1, 24; 2, 12; 3, 8; 4, 6

The GCF is 4 so 4 bracelets
Final answer:

The greatest number of identical bracelets that can be made using all the beads is 4. This is found by determining the greatest common divisor (GCD) of 16, 20, and 24, which is 4. Each bracelet will consist of 4 yellow beads, 5 red beads, and 6 orange beads.

Explanation:

The subject of this question is the mathematical concept of the greatest common divisor (GCD). In the given problem, you are tasked with finding the maximum number of identical bracelets you can make with a given number of beads. The concept of GCD is used here.

First, we need to determine the GCD of the quantities of the three different colored beads:

16 Yellow beads 20 Red beads 24 Orange beads

The GCD of 16, 20, and 24 is 4. This means the largest number of identical bracelets you can make, using all of the beads, is 4. Each bracelet will have 4 yellow beads, 5 red beads, and 6 orange beads.

Learn more about Greatest Common Divisor here:

https://brainly.com/question/32851476

#SPJ2

in a student council election Martha and Hillary received a total of 1600 votes, Martha received 81 more votes than Hillary, how many votes did Martha receive

Answers

total of  votes: 1600-> this means votes for Martha plus the votes for Hillary

If we divide 1600 by 2 people, this leaves 800 votes for each girl.

800-81=719 for Hillary    
800+81=881 for Martha

We take 81 votes, from those 800,and place them in martha's votes

Just to confirm: 881+719=1600 total votes

Find the unit rate,Kenny reads 5/8 pages in 2/3 minute.Please show your work.

Answers

Unit rate in this case would be pages per minute so divide (5/8)pages÷(2/3)minute.
Dividing a fraction can be done as multiplying by the reciprocal.
(5/8)·(3/2)=15/16pages per minute or 0.9375 pages/min.

Mr.chu is slicing 4 cantaloupes for his class.There are 24 students in class. If Me.Chu cut the cantaloupes to make an equal portion for each student , how much of a whole cantaloupe will each student get?

Answers

1/6 because 4/24 = 1/6
Final answer:

Each student will receive approximately 0.1667 parts of a whole cantaloupe when Mr. Chu evenly divides 4 cantaloupes among 24 students.

Explanation:

The subject of this problem is how to divide a quantity fairly between multiple recipients, also known as division. If Mr. Chu is slicing 4 cantaloupes and wants to divide them equally among 24 students, we need to find how much each student would receive.

This is solved by simply dividing the total quantity of cantaloupes by the number of students. So, 4 (whole cantaloupes) divided by 24 (students) equals 0.1667.

Therefore, each student will get approximately 0.1667 of a whole cantaloupe.

Learn more about division here:

https://brainly.com/question/2273245

#SPJ11

how do you know that the decimal for 2/11 repeats without end

Answers

because u just put the 2.11 in that order

Evaluate the expression below when x = -2. x2 − 8 x + 6

Answers

Solve for x over the real numbers:x = -2. x^2 - 8 x + 6
Hint: | Rewrite the right hand side of the equation.-2. x^2 - 8 x + 6 = -2 x^2 - 8 x + 6:x = -2 x^2 - 8 x + 6
Hint: | Move everything to the left hand side.Subtract -2 x^2 - 8 x + 6 from both sides:2 x^2 + 9 x - 6 = 0
Hint: | Write the quadratic equation in standard form.Divide both sides by 2:x^2 + (9 x)/2 - 3 = 0
Hint: | Solve the quadratic equation by completing the square.Add 3 to both sides:x^2 + (9 x)/2 = 3
Hint: | Take one half of the coefficient of x and square it, then add it to both sides.Add 81/16 to both sides:x^2 + (9 x)/2 + 81/16 = 129/16
Hint: | Factor the left hand side.Write the left hand side as a square:(x + 9/4)^2 = 129/16
Hint: | Eliminate the exponent on the left hand side.Take the square root of both sides:x + 9/4 = sqrt(129)/4 or x + 9/4 = -sqrt(129)/4
Hint: | Look at the first equation: Solve for x.Subtract 9/4 from both sides:x = sqrt(129)/4 - 9/4 or x + 9/4 = -sqrt(129)/4
Hint: | Look at the second equation: Solve for x.Subtract 9/4 from both sides:Answer:  x = sqrt(129)/4 - 9/4 or x = -9/4 - sqrt(129)/4
(-2)²-8(-2)+6=4+16+6=26.

Find the rate of change of q with respect to p when p = 20 q 2 + 5 .

Answers

Final answer:

The rate of change of q with respect to p is the derivative of q with respect to p. However, the function seems to be incorrect as p is expressed as a function of q, not the other way around. The derivative of a typical function q = 20p^2 + 5 would be 40p.

Explanation:

The rate of change of q with respect to p is found by taking the derivative of the given function with respect to p. The function given is p = 20q^2 + 5. Unfortunately, we cannot find the derivative of p with respect to q. Instead, it seems more likely that we need to find the derivative of q with respect to p, which is typically what is intended when asked for the rate of change of one variable with respect to another. If the function was q = 20p^2 + 5, then, the derivative (rate of change) would be dq/dp = 40p. Although in your question, there may be an error as typically we would expect q to be expressed as a function of p.

Learn more about Rate of Change here:

https://brainly.com/question/20816247

how many inches are equal to 30.48 cm

Answers

30.48 centimeters is 12 inches!

12 I think. Hope this helps!

On an average, the number of students that choose to study arts subjects at greyin tide university is 17 each year.what is the probability that exactly 13 students will take up arts in the coming year?

Answers

Unfortunately, the number of students enrolled is not known.  This must be known to calculate a numerical probability.

Suppose that there are 1000 students at the university.  Then the probability that a given student picked at random is taking an art course is 17/1000, or 0.017.

Hopefully you have a calculator capable of calculating binomial probability (which is what is involved here).

The following function should give you your answer:

binompdf(1000, 0.017, 13) = 0.0657, or roughly 7%.  The probability that 13 out of 1000 students will be taking an arts course during a given year is roughly 7%.

The probability that exactly 13 students will take up arts in the coming year is; 76.47%

What is the probability?

We are given;

Number of students that study art each year = 17

Now, we want to find the probability that 13 students will take up arts in the following year. This is;

P(13 will take art the next year) = 13/17 * 100%

P(13 will take art the next year) = 76.47%

Read more about Probability at; https://brainly.com/question/251701

Which graph represents the solution set of the system of inequalities? {3y≥x−93x+y>−3

Answers

That is the correct graph that represents

{3y≥x−9 3x+y>−3



hope i helped =D

we have

[tex]3y\geq x-9[/tex] ----> inequality A

The solution of the inequality A is the shaded area above the solid red line

See the attached figure N [tex]1[/tex]

[tex]3x+y> -3[/tex] ----> inequality B              

The solution of the inequality B is the shaded area above the dotted blue line

See the attached figure N [tex]2[/tex]

The solution of the system of inequalities is the shaded area between the solid red line and the dotted blue line

See the attached figure N [tex]3[/tex]

therefore

the answer in the attached figure


Solve for x. 2/3x=10 Enter your answer in the box.

Answers

Simply divide both sides by 2/3 to get x by itself.

= 10 ÷ 2/3

Keep, change, flip!

= 10 × 3/2

= 30 / 2

= 15

So, x = 15.
2 / 3x = 10
2 = 10 x 3x
2 = 30x
x = 2/30
x = 1/15

Find and sketch the domain of the function. f(x, y, z) = 4 − x2 − y2 − z2

Answers

wages wages wages wages wages wages wages wages wages wages wages wages 

The domain of the function [tex]\(f(x, y, z) = 4 - x^2 - y^2 - z^2\)[/tex] is the set of all real numbers for [tex]\(x\)[/tex], [tex]\(y\),[/tex] and [tex]\(z\)[/tex].

To find and sketch the domain of the function [tex]\(f(x, y, z) = 4 - x^2 - y^2 - z^2\)[/tex], we need to determine the set of values for [tex]\(x\)[/tex], [tex]\(y\)[/tex], and [tex]\(z\)[/tex] for which the function is defined, i.e., the values that do not lead to any mathematical inconsistencies.

In this case, the function involves three variables, and it is defined for all real values of [tex]\(x\)[/tex], [tex]\(y\)[/tex], and [tex]\(z\)[/tex]. There are no restrictions on the domain because the square of a real number is always non-negative. Thus, [tex]\(x^2\)[/tex], [tex]\(y^2\)[/tex], and [tex]\(z^2\)[/tex] are non-negative for any real \(x\), \(y\), and \(z\).

In interval notation, we can express this as:

[tex]\[\text{Domain} = (-\infty, \infty) \times (-\infty, \infty) \times (-\infty, \infty)\][/tex]

This domain represents the entire three-dimensional space, and the function is defined for all points within this space. As such, sketching the domain involves visualizing the entire 3D space, which is an unbounded region without any specific shape or boundary.

For more such questions on domain

https://brainly.com/question/26270051

#SPJ6

Other Questions
Joint ventures usually involve an alliance where two or more companies contribute assets, which results in the formation of a new legal entity. a. True b. False Explain why the distribution of biomes in the northern hemisphere is similar but not identical to the distribution of biomes in the southern hemisphere When muhammad began preaching to arabic about allah what did he urge them to do? A line goes through the points (8,9) and (2,4).What is the slope of the line?Write the equation of the line in point-slope form?Write the equation of the line in slope-intercept form? while on patrol, jerry receives a call regarding a domestic disturbancea fight between a husband and wife. by the time jerry arrives at the scene of the disturbance, things have calmed considerably, and he decides to merely warn the parties rather than take any further action. which type of discretionary factor is best represented in this circumstance The table gives estimates of the world population, in millions, from 1750 to 2000. year population year population 1750 790 1900 1650 1800 980 1950 2560 1850 1260 2000 6080 (a) use the exponential model and the population figures for 1750 and 1800 to predict the world population in 1900 and 1950. compare with the actual figures ________ is defined as thoughts about social matters. In order to climb a steep hill on a bicycle, a rider shifts to the lowest gear. The lowest gear has the greatest mechanical advantage because it Which sentence is written correctly in regards to parallel structure?A)Seamus liked doing almost any physical activity: hiking, surfing, biking, running, and even spelunking.B)Seamus liked doing almost any physical activity: to hike, surfing, biking, running, and even spelunking.C)Seamus liked doing almost any physical activity: hiking, he loves surfing, biking, running, and even spelunking.D)Seamus liked doing almost any physical activity: hiking, surfing, a nice bike ride, running, and even spelunking. Combustion of a 0.9835-g sample of a compound containing only carbon, hydrogen, and oxygen produced 1.900 g of co2 and 1.070 g of h2o. what is the empirical formula of the compound? How can one tell, just by looking at the titration curve of an acid titrated by a strong base (with no calculations), if the analyte was a weak acid or a strong acid? The number of cows in a farm was 60% of the number of the goats. After 80 goats were taken out of the farm, the number of goats became 60% of the number of cows in the farm.(a)how many cows were there in the farm?(b) what is the percentage of the goats were moved out of the farm? A train is traveling from New Orleans to Memphis at a constant speed of 79 mph New Orleans and Tennessee are 395.1 miles apart how long will the train take to Tennessee List the earth names for the 30 alien elements Which of the following is an example of a beneficial mutation? a mutation causing uncontrolled cell division in human tissue cells a mutation inhibiting human immunodeficiency virus from entering the host cell a mutation resulting in partial or complete loss of chlorophyll pigments in plants a mutation resulting in a squirrel being born without ovaries The U.S. Integrated Ocean Observing System (IOOS) is best described as _______.a.a public and private partnership to increase understanding of the oceansb.a program to improve ocean safetyc.a partnership aimed at protecting the environmentd.all of the above The popularity of The Prince and Romeo and Juliet are due in large part to .help me out please. Enzymes lower the amount of activation energy needed for a chemical reaction to take place. In the picture above, an enzyme inhibitor has been placed between the enzyme and the substrate. Which of the following ideas best explains what is happening in the picture.The substrate will be able to bond with the enzyme and the reaction will take place.The stubstrate will be unable to attach to the enzymeThe immune system will see the enzyme as a foreign invader and attack it.The enzyme will be unable to produce more enzymes. What is the value of x in the figure below? In this diagram, ABD ~ CAD. Steam Workshop Downloader