812,000,006 in expanded form

Answers

Answer 1
8x100,000,000+1x10,000,000+2,000,000+6x1

Related Questions

caryssa makes bracelets to sell at craft fairs. The supplies she needed to start her business cost $45. In addition, the supplies for each bracelet cost her $3. She sells her bracelets for $5. What is the minimum number of braclets she must sell to make a profit?

Answers

at least 10 bracelets


23 because she makes $2 profit by selling bracelets. So she needs to get up to $46 in order to gain a profit. 2 x 23 bracelets = 46$

translate into an algebraic expression: the difference of six times a number and 8

Answers

6x-8 is the answer to the question

You are at a Carnival .One of the Carnival games ask you to pick a door and then pick a curtain behind the door. There are 3 doors and 4 curtains behind each door.how many choices are possible for the player ?????

Answers

Number of possibilities = number of doors x number of curtains

3x4=12

Therefore, there are 12 possibilities.

There are 12 possible choices for the player.

What is combination?

"It is a way of selecting items from a collection "

What is formula of combination?

"[tex]^nC_r=\frac{n!}{r!(n-r)!}[/tex]"

What is n factorial?

n! = n × (n - 1) × . . . × 2 × 1

For given question,

There are 3 doors and 4 curtains behind each door.

The number of possible ways of selecting a door from the 3 doors.

Using combination formula,

[tex]^3C_1=\frac{3!}{1!(3-1)!}\\\\ ^3C_1=\frac{3\times 2!}{2!}\\\\ ^3C_1=3[/tex]

The number of possible ways of selecting a curtain from the 4 curtains.

Using combination formula,

[tex]^4C_1=\frac{4!}{1!(4-1)!}\\\\ ^4C_1=\frac{4\times 3!}{3!}\\\\ ^3C_1=4[/tex]

So, the number of choices for the player to pick a door and then pick a curtain behind the door :

[tex]^3C_1\times ^4C_1\\\\=3\times 4\\\\=12[/tex]

Therefore, there are 12 possible choices for the player.

Learn more about combination here:

https://brainly.com/question/13387529

#SPJ3

Find the equation of the curve that passes through the point 0, 1 6 and whose slope at each point (x, y) is − x 12y .

Answers

The equation is [tex]\(x^2 + 12y^2 - 3072 = 0\),[/tex] obtained from integrating [tex]\(12y \, dy = -x \, dx\)[/tex] with the initial condition.

To find the equation of the curve passing through the point (0, 16) with a slope given by [tex]\( \frac{{dy}}{{dx}} = -\frac{x}{12y} \),[/tex] you can use separation of variables.

Given that [tex]\( \frac{{dy}}{{dx}} = -\frac{x}{12y} \)[/tex], we can rewrite it as:

[tex]\[ 12y \, dy = -x \, dx \][/tex]

Now, integrate both sides:

[tex]\[ \int 12y \, dy = \int -x \, dx \]\[ 6y^2 = -\frac{1}{2}x^2 + C \][/tex]

Given that the curve passes through the point (0, 16), substitute these values into the equation:

[tex]\[ 6(16)^2 = -\frac{1}{2}(0)^2 + C \]\[ 6(256) = C \]\[ C = 1536 \][/tex]

Therefore, the equation of the curve is:

[tex]\[ 6y^2 = -\frac{1}{2}x^2 + 1536 \][/tex]

This can also be written in standard form as:

[tex]\[ x^2 + 12y^2 - 3072 = 0 \][/tex]

So, the equation of the curve is [tex]\( x^2 + 12y^2 - 3072 = 0 \).[/tex]

Generate a process that would generate random numbers between –1 and 1 for x and y positions of 10000 points and count how many points fall with the circle, then determine an estimated version of π. (see below to generate floating point random numbers. this generation is not needed to describe the process, but to implement the process)

Answers

#!/usr/bin/env python

import random
import math
count_inside = 0
     for count in range(0, 10000): d = math.hypot(random.random(), random.random())
    if d < 1: count_inside += 1
count += 1
print 4.0 * count_inside / count
Final answer:

The question is about using the Monte Carlo method to estimate the value of π, by generating random points in a square, counting how many fall inside a unit circle, and finally using this count to calculate π.

Explanation:

This question involves the implementation of a famous problem in computational mathematics known as the Monte Carlo method for estimating the value of π:

First, initialize a variable, say 'count', to 0. This variable will keep track of the number of points falling within the circle.Next, carry out a 'for' loop to generate 10000 points. Each point will have x and y coordinates, each a random floating point number between -1 and 1.For each generated point (x, y), calculate the distance from the point to the origin (0,0), which is sqrt(x^2 + y^2). If this distance is less than or equal to 1, it means that the point lies within the unit circle, so increment the 'count' variable by one.After all 10000 points have been generated and tested, 'count' will hold the total number of points lying within the circle. To determine an estimation of π, use the formula 4 * (count / total_number_of_points).

This process is based on the mathematical fact that the ratio of the area of a unit circle to the square it is inscribed in is π/4.

Learn more about Monte Carlo method here:

https://brainly.com/question/30847116

#SPJ12

The total cost of the fatigato family's two cars was 71,482. The cost of one car was 38,295. Write an equation using a variable to represent the cost of the familys other car.

Answers

The total cost of the cars owned by the Fatigato family can be calculated by adding up the individual cost of the cars. We are given that the family has two cars. The cost of one car is also given. To be able to answer this item, we let x be the missing cost of the other car. 

The equation that would best illustrate the given above is,
                        x + 38295 = 71482

Solve for W

A=2Lw+2Lh+2wh

Answers

A = 2LW + 2LH + 2WH....subtract 2LH from both sides
A - 2LH = 2LW + 2WH...factor out w on the left side
A - 2LH = W(2L + 2H) ....divide both sides by (2L + 2H)
(A - 2LH) / (2L + 2H) = W

2. During a 5-day training at your department, the number of visitors tripled each day. If the training started on a Monday with 345 attendees, what was the attendance on Thursday?

Answers

Monday/345
345×3=
Tuesday/1,035
1,035×3=
Wendsday/3,105
3,105×3
Thursday=9,315

The number of attendance on Thursday would be 9,315.

Given that,

During a 5-day training at your department, the number of visitors tripled each day.

Here, the training started on a Monday with 345 attendees.

Hence, the number of visitors on Tuesday is 3 times with 345 attendees.

That is, On Tuesday;

Number of attendees = 345 x 3

                                     = 1,035

On Wednesday;

Number of attendees = 1,035 x 3

                                     = 3,105

On Thursday;

Number of attendees = 3,105 x 3

                                     = 9,315

Learn more about the multiplication visit:

https://brainly.com/question/10873737

#SPJ5

A car travels 182 miles in 3 hours and 15 minutes. How many miles does it travel per hour?

Answers

To solve this, we'll use the formula distance=rate*time. There's just one problem here: we need all of our time to be in the same units. Let's convert the 15 minutes into hours:
[tex]15min*\frac{1hour}{60min}=0.25hr[/tex]

Then we just use the formula:
[tex]d=182*0.25[/tex]
15 minutes = 15/60 = 0.25 hrs + the 3 hrs = 3.25 hrs

182 / 3.25 = 56 miles per hr

The floor of a one-story building is 14 feet longer than it is wide. The building has 1715 square feet of floor space. Find the length l and width w of the floor.

Answers

        w=widthlength=w+14A=lww(w+14)= 1395w(w+14)-1395=0w2+14w-1395=01395=3x3x5x31 and (3x3x5)-31=45-31=14(w+45)(w-31)=0w-31=0w=31w+14=31+14=45length=45 feetwidth=31 feet

Final answer:

To find the floor dimensions of a building that is 14 feet longer than it is wide with an area of 1715 sq ft, we solve the quadratic equation w * (w + 14) = 1715, resulting in w=100 feet and length l=114 feet.

Explanation:

The student is asked to find the length (l) and width (w) of a one-story building floor which is 14 feet longer than it is wide, with a total area of 1715 square feet. To solve this, we set up an equation where w represents the width and w + 14 feet represents the length. Since the area of a rectangle is length times width, the equation is w * (w + 14) = 1715.

After solving this quadratic equation, we find that w=100 feet which makes the length l = w + 14 = 114 feet. Therefore, the actual dimensions of the building are 114 ft by 100 feet.

What is the next letter? YBWDUF

Answers

the pattern looks like it is odd terms go back 2 from the second last letter in the alpha bet.
even terms go forward 2 from the second letter in the alpha bet.
so the answer would be S,H,Q,J

The equation 22 + 0.15p =c

Answers

You have inadvertently left out some of the instructions for this problem.

22 + 0.15p =c could be solved for p; that's one thing you could do now.

Subtracting 22 from both sides, 0.15p = c - 22

Dividing both sides by 0.15,    p = (c-22)/0.15  , or p = (20/3)(c-22).

Lean wants to giftwrap a present she got for her little brother. how many square inches of giftwrap will be needed to cover a box that is 5in × 7in × 3in?

Answers

check the picture below.

so.. notice, the box for the gift is really just a rectangular prism, which is really just 6 rectangles stacked up to each other at the edges.

the front and back are two 5x3 rectangles

the left and right are just two 3x7 rectangles

and the top and bottom are just two 5x7 rectangles

so, just get the area of each, sum them up, and that's the area of the rectangular prism and thus of the box, and that's how many in² she will need.

Why is it impossible to list the set of rational numbers using the roster method?

Answers

It is impossible to list the set of rational numbers using the roster method because the set of rational numbers is uncountable/inumerable.

There is no way to list all the members of the set of rational numbers.

what are two practical products you could add to find 990 x 37 ; 297 693 2970 6930 69300 6330 29700

Answers

First evaluate 990 x 37.
990 x 37 = 36630

Test the given numbers to find the pair that adds up to 36630.
Test 297.
The missing pair will be
36630 - 297 = 36333
Will not work

Test 693.
36630 - 693 = 35937
Will not work

Test 2970.
36630 - 2970 = 33660
Will not work

Test 6930
36630 - 6930 = 29700
This works, because 6930 + 29700 = 36630.

Answer: 6930 and 29700.


720,808 in expanded form with exponents

Answers

Wow!  Lot of figuring for us to do here!
You'll need to determine how many times 2 is a factor of 720808, how many times 3 is a factor, and so on.

Suppose that 2 were a factor 6 times (just an example).

You'd write this particular factor of 720808 as 2^6.

The number 720,808 in expanded form with exponents is written as:

[tex]\[ 7 \times 10^5 + 2 \times 10^4 + 8 \times 10^2 + 8 \times 10^0 \][/tex]

To express 720,808 in expanded form with exponents, We break it down by place value and then represent each term using powers of 10. The breakdown is as follows:

700,000  : [tex]7 \times 10^5 \\[/tex]

20,000  : [tex]2 \times 10^4 \\[/tex]

800  : [tex]8 \times 10^2 \\[/tex]

8  : [tex]8 \times 10^0[/tex]

When we combine these, we get the expanded form:

[tex]\[ 7 \times 10^5 + 2 \times 10^4 + 8 \times 10^2 + 8 \times 10^0 \][/tex]

This representation helps in understanding the value of each digit based on its position in the number.

Find y'' by implicit differentiation. 5x3 + 2y3 = 1

Answers

[tex]\bf 5x^3+2y^3=1\implies 15x^2+\stackrel{chain-rule}{6y^2\cfrac{dy}{dx}}=0\implies 6y^2\cfrac{dy}{dx}=-15x^2 \\\\\\ \cfrac{dy}{dx}=\cfrac{-15x^2}{6y^2}\implies \cfrac{dy}{dx}=\cfrac{-5x^2}{2y^2}[/tex]

The value of y'' will be (- 5x/y² - 25x⁴/2y⁵).

What is implicit differentiation?

In implicit differentiation, we differentiate each side of an equation with two variables by treating one of the variable as a function of other.

Given that;

The equation is;

5x³ + 2y³ = 1

Now, Apply implicit differentiation rule we get;

5x³ + 2y³ = 1

After differentiation;

15x² + 6y² dy/dx = 0

dy/dx = - 15x² / 6y²

dy/dx = -5x²/2y²

Again differentiation;

d²y/dx² = -5/2 (y² × 2x - x² × 2y dy/dx) / y⁴

d²y/dx² = -5/2 (2xy² - 2x²y dy/dx) / y⁴

Substitute value of dy/dx;

d²y/dx² = - 5/2 (2xy² - 2x²y × -5x²/2y²) / y⁴

d²y/dx² = - 5/2 (2xy² + 5x⁴/y) / y⁴

d²y/dx² = - 5x/y² - 25x⁴/2y⁵

y'' = - 5x/y² - 25x⁴/2y⁵

Thus, The value of y'' will be (- 5x/y² - 25x⁴/2y⁵).

Learn more about the implicit differentiation visit:

https://brainly.com/question/11887805

#SPJ2

Can the sum of two negative numbers ever be positive?

Answers

no
two negatives equal positive, and one negative and one positive is i think negative
there can be  a negative sum 

Between 2004 and 2010, the growth rate of the Florida Panther population was approximately 4%. What was the average annual growth rate?

Answers

Hello! So in order to find the annual growth rate, we have to divide the percentage by the number of years. 2004 and 2010 poses a gap of 6 years. We would have to set it up as 4/6. When you divide them, you would get 0.666 or 0.67 when rounded to the nearest hundredth. The average annual growth rate is about 0.67%.

SIMPLIFY the expression! Please!

Answers

1+3^2 = 1+9 = 10

10/5 = 2

2-6+2 = -4+2

 answer is -2

Your answer is -2 hope this helps!

write each rate as a fraction in lowest terms.

4.20 for 36 potatoes

Answers

$4.20 / 36 = $0.11667 per potato
Something appears to be missing here.  Did you mean $4.20 for 36 potatoes?

If so, write the fraction

$4.20
----------------
36 potatoes

and reduce it.  6 divides into both $4.20 and 36 without a remainder:

$0.70 and 6

Thus, the "rate" is 0.70 dollar for 6 potatoes, or 0.35 dollar for three.

If you wish you could rewrite this partially in words:

"Potatoes sell for $0.35/(3 potatoes)," or $0.1166 per potato, or about 12 cents per potato.

How many gallons of a 80% antifreeze solution must be mixed with 60 gallons of 30% antifreeze to get a mixture that is 70% antifreeze?

Answers

Let x be the number of gallons.

(x)(80%) + (60)(30%) = (x+60)((70%)

0.8x + 18 = 0.7x +42

0.8x - 0.7x = 42-18

0.1x = 24

and x = 240 Gal.

The distance d that a certain particle moves may be calculated from the expression d = at + bt2 where a and b are constants; and t is the elapsed time. what must the dimensions of the quantities a and b be, respectively?

Answers

Guven that the distance d that a certain particle moves may be calculated from the expression [tex]d = at + bt^2[/tex] where a and b are constants; and t is the elapsed time.

Distance is a length and hence the dimension of distance is L.

Now, [tex]at[/tex] and [tex]bt^2[/tex] also will have the dimension of L.

Time has a dimension of T.

For [tex]at[/tex], let the dimension of [tex]a[/tex] be [tex]X[/tex], then
[tex]XT=L \\ \\ \Rightarrow X=\frac{L}{T}[/tex]

For [tex]bt^2[/tex], let the dimension of [tex]b[/tex] be [tex]Y[/tex], then
[tex]YT^2=L \\ \\ \Rightarrow Y= \frac{L}{T^2} [/tex]

Therefore, the dimension of [tex]a[/tex] is [tex]\frac{L}{T}[/tex] while the dimension of [tex]b[/tex] is [tex]\frac{L}{T^2}[/tex].

Suppose John opens a savings account with $1,000 that compounds interest daily. The APR at the time John deposits the account is 3.5%. He makes no withdrawals or deposits. What is his APY to the nearest hundredth of a percent after 1 year?

Answers

[tex]\bf \qquad \qquad \textit{Annual Yield Formula} \\\\ \left. \qquad \qquad \right.\left(1+\frac{r}{n}\right)^{n}-1 \\\\ \begin{cases} r=rate\to 3.5\%\to \frac{3.5}{100}\to &0.035\\ n= \begin{array}{llll} \textit{times it compounds per year} \end{array}\to &365 \end{cases} \\\\\\ \left(1+\frac{0.035}{365}\right)^{365}-1[/tex]

Let a be a rational number and b be an irrational number. Which of the following are true statements?

A. The sum of a and b is never rational
B. The product of a and b is rational
C. b^2 is sometimes rational
D. a^2 is always rational
E. √a is never rational
F. √b is never rational

Answers

a and b would be correct 

Find the quotient of 5/68

Answers

Use a calculator 5/68 = 5 ÷ 68 = ______
The answer for 5 divided by 68 is 0.073529411764706

Shantel is studying for her history test. After 20 minutes she is 1/4 of the way done. How much longer will she study?

Answers

Shantel will need to study for 60 minutes more to complete her history review.

Shantel is studying history and after 20 minutes, she is [tex]\frac{1}{4}[/tex]  of the way done.

To determine how much longer she will study, we need to calculate how much time is needed to complete the remaining [tex]\frac{3}{4}[/tex] of her study time.

[tex]\frac{1}{4}[/tex] of the study done in 20 minutes means she will study for 4 * 20 = 80 minutes in total.

To find out how much longer she needs to study, subtract the time she has already studied (20 minutes) from the total study time (80 minutes): 80 - 20 = 60 minutes.

Therefore, Shantel will need to study for 60 minutes more to complete her history review.

-0.7 repeating as a decimal in simplest form

Answers

hello : 
- 0.7 = - 7/10

One book cost £1.99 how much do four books cost

Answers

if 1 book costs 1.99.....then 4 books cost : (4 * 1.99) = $ 7.96 <==
[tex]1.99(4) = 4(2-0.01)[/tex]
[tex]4(2-0.01) = 8 - 0.04 = 7.96[/tex]

What number is 100 times as much as 340?

Answers

it would be 34000 cos u basically put 2 zeroes on the end
The answer is 100 x 340= 34,000
Other Questions
solve for E.503.6(E4)=32 Which is NOT a way to create balance in art? How do I write 19.4 in expanded form _____ is the degree of attraction of one atom for the valence electrons of another atoms. Electronegativity Ionization energy Covalent bonding Ionic bonding Sam made $198 last week cutting grass. He worked for 18 hours. How much did he make per hour? He thinks he made $12 per hour. True False 3. Solve. 5 < x - 2 < 11A. 5 < x < 11B. 7 < x < 13C. 7 < x < 11D. 5 < x < 16 A number changed to 12.6 after it was rounded to what place was the number rounded what would the answer be what does erosion do? Suppose there are two full bowls of cookies. bowl #1 has 10 chocolate chip and 30 plain cookies, while bowl #2 has 20 of each. our friend stacy picks a bowl at random, and then picks a cookie at random. we may assume there is no reason to believe stacy treats one bowl differently from another, likewise for the cookies. the cookie turns out to be a plain one. how probable is it that stacy picked it out of bowl #1? Which statement best describes the mayflower compact the men's world record for the high jump is 2.45 meters. A puma can jump about 1.9 times as high. what is the highest a puma can jump? Harappans and aryans built very different political and social traditions in south asia. what were the main differences between the two societies with respect to political, social, and economic organization? how did these different forms of political, social, and economic organization eventually combine to create distinctive indian cultural traditions? a sequence has a first term of 2 and a constant ratio of _3/2 what are the first five terms of the sequence Write two mixed numbers between 3 and 4 that have a product between 9 and 12 Which field of biology studies the structures of different species of animals List 3 ways that living creatures use carbohydrates Ned has scored 84 points in the first 6 games of the basketball season. How many points per game has Ned scored? Juan is saving money for a new car. He has already saved $200 and plans to save $25 per week. This situation can be represented by the function f(x) = 200 + 25x, where x is the number of weeks. How much money has Juan saved after 8 weeks? $200 $400 $600 $800 In at least 150 words, explain how Rowlandson upheld the Puritan literary tradition with The Narrative of the Captivity and Restoration of Mrs. Mary Rowlandson A long jumper jumps at a 20-degree angle and attains a maximum altitude of 0.6 m. What is her initial speed? [10m/s] How far is her jump? [6.59m] I need someone to explain to me how to get the answers listed above my showing a detailed step to step process. Steam Workshop Downloader