For each equation, choose the statement that describes its solution. If applicable, give the solution.

For Each Equation, Choose The Statement That Describes Its Solution. If Applicable, Give The Solution.

Answers

Answer 1

w=2

All real numbers are solutions

1) In this question, let's solve each equation, and then we can check whether there are solutions, which one would be.

2) Let's begin with the first one, top to bottom

[tex]\begin{gathered} 2(w-1)+4w=3(w-1)+7 \\ 2w-2+4w=3w-3+7 \\ 6w-2=3w+4 \\ 6w-3w=4+2 \\ 3w=6 \\ \frac{3w}{3}=\frac{6}{3} \\ w=2 \end{gathered}[/tex]

Note that we distributed the factors outside the parenthesis over the terms inside.

So for the first one, we can check w=2

3) Moving on to the 2nd equation, we can state:

[tex]\begin{gathered} 6(y+1)-10=4(y-1)+2y \\ 6y+6-10=4y-4+2y \\ 6y-4y-2y=4-4 \\ 6y-6y=0 \\ 0y=0 \end{gathered}[/tex]

So, there are infinite solutions for this equation, or All real numbers are solutions


Related Questions

Sq root of z +3 + Sq root of Z -2 = 5

Answers

[tex]\begin{gathered} \sqrt{z\text{ + 3 }}\text{ + }\sqrt{z\text{ - 2}}\text{ = 5} \\ \sqrt{z\text{ + 3}}\text{ = 5 - }\sqrt{z\text{ - 2}} \\ (\sqrt{z\text{ + 3}})^2\text{ = (5 - }\sqrt{z\text{ - 2}})^2 \\ z\text{ + 3 = 25 - 10}\sqrt{z\text{ - 2}}\text{ + z - 2} \\ z\text{ + 3 - 25 - z + 2 = -10}\sqrt{z\text{ - 2}} \\ \frac{\square}{\square}\text{ -20 = -10}\sqrt{z\text{ - 2}} \\ (-20)^2\text{ = (-10}\sqrt{z\text{ - 2}})^2 \\ \text{ 400 = 100(z - 2)} \\ \frac{400}{100\text{ }}=\text{ z - 2} \\ \text{ 4 = z - 2} \\ \text{ z = 4 + 2} \\ \text{ z = 6} \end{gathered}[/tex]

A cat is stuck in the tree and the fire department needs a ladder to rescue the cat. The fire truck available has a 95-foot ladder, which starts 8 feet above ground. Unfortunately, the fire truck must park 75 feet away from the tree. If the cat is 60 feet up the tree, does the cat get rescued? If not, what ladder length is need to allow the cat to be rescued?

Answers

SOLUTION

Given the question in the image, the following are the solution steps to answer the question.

STEP 1: Draw the given scenario

STEP 2: Describe how to answer the question

The question forms a right angle triangle. where the height of the cat on the tree is the opposite side of the triangle. The distance between the cat and the tree is the adjacent side of the triangle .

Recall the 95 foot ladder can only start 8 feet above the ground .The diagram is represented above:

The ladder height should be the hypotenuse of the triangle.

using Pythagoras's theorem,

[tex]hypotenuse^2=opposite^2+adjacent^2[/tex]

STEP 3: Write the given sides

[tex]\begin{gathered} adjacent=75fto \\ opposite=52ft \\ hypotenuse=x\text{ ft} \end{gathered}[/tex]

STEP 4: find x

[tex]\begin{gathered} x^2=75^2+52^2 \\ x^2=5625+2704 \\ x^2=8329 \\ x=\sqrt{8329}=91.26335519 \\ x\approx91.26ft \end{gathered}[/tex]

The expected length of the ladder should be approximately 91.26ft. Since the ladder is 95 foot, therefore the cat will be rescued with the given ladder.

I dont know how to complete this please help.

Answers

A' ∩ C U B in roster form is {3, 7, 8, 9}

What is A' ∩ C U B?

To write a set in a roster form, the elements in the set are written in a row within curly brackets.

The following are set symbols and their meaning:

• U = union = it means all the elements in two or more sets.

• ∩ = intersection = it means elements that are common to two or more sets.

• ' = complement = it means elements that are not in the set but in the universal set.

A' = {3, 6, 7, 8, 9}

C U B = {2, 3, 4, 5, 7, 8, 9}

A' ∩ C U B = {3, 7, 8, 9}

To learn more about set operations, please check: brainly.com/question/13014058

#SPJ1

Give the digits in the ones place and the hundredths place.
12.86

Please help ASAP

Answers

2 is on the ones place and 6 is in the hundredths place

Please see the picture below,PART BUse the real zeros to factor f

Answers

Explanation:

The polynomial is given below as

[tex]f(x)=x^4+2x^3-7x^2-8x+12[/tex]

Given in the question above the real zeros are gotten below as

[tex]x=-3,-2,1,2[/tex]

Concept:

To figure out the factor form of the polynoimial, we will equate each zero to x below as

[tex]\begin{gathered} x=c \\ (x-c) \end{gathered}[/tex]

Therefore,

The factored form of the polynomial will be

[tex]\begin{gathered} f(x)=x^{4}+2x^{3}-7x^{2}-8x+12 \\ x=-3,x=-2,x=1,x=2 \\ f(x)=(x+3)(x+2)(x-1)(x-2) \end{gathered}[/tex]

Hence,

Using the real zeros of f(x) , the factored form of the polynomial is

[tex]\Rightarrow f(x)=(x+3)(x+2)(x-1)(x-2)[/tex]

Need help with a math word problem for homework. Thank you in advance

Answers

Given:

A client is making a 10-lb bag of trail mix

The chocolates cost $4 per pound and mixed nuts cost $7 per pound

the client has a budget of $6.1 per pound

We will use the variables c and n to represent the number of pounds for chocolates and nuts

So, we have the following system of equations:

[tex]\begin{gathered} c+n=10\rightarrow(1) \\ 4c+7n=6.1\cdot10\rightarrow(2) \end{gathered}[/tex]

Solving the system by substitution method

From equation (1)

[tex]c=10-n\rightarrow(3)[/tex]

substitute with (c) from equation (3) into equation (2)

[tex]\begin{gathered} 4(10-n)+7n=6.1\cdot10 \\ \end{gathered}[/tex]

solve the equation to find (n)

[tex]\begin{gathered} 4\cdot10-4n+7n=6.1\cdot10 \\ -4n+7n=6.1\cdot10-4\cdot10 \\ 3n=21 \\ n=\frac{21}{3}=7 \end{gathered}[/tex]

Substitute with (n) into equation (3) to find (c)

[tex]c=10-7=3[/tex]

so, the answer will be:

The number of pounds of chocolates = c = 3 pounds

The number of pounds of nuts = n = 7 pounds

Assume your salary is $24,000 per year and $50 for each computer you sell. What function represents your total pay for one year? Be sure to indicate any domain restrictions.

Answers

Let x represent the total amount of computers you sell in one year.

Since you get $50 for each computer, then, you would get 50x for x computers.

Additionally, your base salary is $24,000. Then, add 50x and 24,000 to find your total salary in a year.

If f(x) is a function that represents your salary depending on the amount of computers you sell, then:

[tex]f(x)=50x+24000[/tex]

Notice that the amount of computers that you sell cannot be a negative number. Then, you must take into account the following restriction:

[tex]x\ge0[/tex]

Therefore, the answer is:

[tex]f(x)=50x+24000\text{ for }x\ge0[/tex]

if (11,13) is an ordered pair of the function F(x), which of the following is an ordered pair of the inverse of F(x)

Answers

Given:

There are given that the ordered pair is:

[tex](11,13)[/tex]

Explanation:

According to the question:

We need to find the inverse of the given ordered pair.

Then,

To find the inverse of the given relation, we need to switch the x and y-coordinates.

Then,

The inverse is:

[tex](11,13)\rightarrow(13,11)[/tex]

Final answer:

Hence, the correct option is C.

Sheldon is painting a wall in his house and is using a paint roller.The paint roller had a radius of 1 inch and a height of 8 inches.How many square inches of space Sheldon paint with one revolution of paint roller?Round to nearest tenths

Answers

The information we have about the paint roller:

Radius: r=1in

Height: h=8in

To find the answer to how many square inches of space he can paint with one revolution, it is useful to visualize the surface area of a cylinder:

The circles are the top and bottom of the cylinder, and the rectangle is the body of the cylinder (the paint roller). The area of this rectangle is the area that the paint roller will paint with one revolution.

Calculate the area of the rectangle:

To find the area, first, we need to find the length "L":

This length L is equal to the circumference of the circle defined as follows:

[tex]L=2\pi r[/tex]

So to find L we substitute r=1in and pi=3.1416:

[tex]\begin{gathered} L=2(3.14216)(1\text{ in)} \\ L=6.2832in \end{gathered}[/tex]

And finally, to find the area of the rectangle and thus, the area that the paint roller covers with one revolution, we multiply the length by the height:

[tex]A=h\times L[/tex]

Where "A" is area.

Substituting h and L:

[tex]\begin{gathered} A=8in\times6.2832in \\ A=50.2656in^2 \end{gathered}[/tex]

Rounding our answer to the nearest tenths:

[tex]50.2656\approx50.3[/tex]

Answer: 50.3 square inches

The table gives a set of outcomes and their probabilities. Let A be the event "the outcome is a divisor of 3". Let B be the event "the outcome is a divisor of 4". Are A and B independent events? Outcome Probability 1 0.09 2 0.41 3 0.06 4. 0.1 5 0.34 no yes

Answers

A is the event - the outcome is a divisor of 3

B is the event - the outcome is a divis

In an art classroom, 8 students can sit around 1 table, and 48 students can sit around 6 tables. What is the relationship between the number of students to tables? (Do not reduce the ratios to their lowest terms.)

Answers

Answer: 8/1 = 6/48

Step-by-step explanation: um thats the answer bye

The relationship between the number of students to tables or the ratio of students to number of tables is 8 to 1.

According to question,

We have the following information:

In an art classroom, 8 students can sit around 1 table, and 48 students can sit around 6 tables.

Now, we will find the relationship between the number of students and the number of tables or in simple words, ratio.

So, we have:

8 students = 1 table

48 students = 6 tables

It can be rewritten by dividing both the sides by 6 as 8 students to 1 table.

It means that there are 8 students for 1 table.

Hence, the relationship between the number of students to the number of tables is 8 to 1.

To know more about number of students here

https://brainly.com/question/12816397

#SPJ1

U Last Saturday V. Tomo los restaurant sold 85 cheese pizzes and 54peperon p2205 Wechple was cut into elchihs, how many peces ofpedid hosilinona nlgh?2Adeleydiverlor the realanddeliverpiznes ot 5-13 ke arrivedback at therestaurant 6 45. How many manutes wesheoulding p2205 ?3 Tomola hoz 158 ounces domaSouce The uses 9 aunces of louce bonepi? how many plazos canhe moke with mesouce behet?41 Au months ago the restaurar had 2 258pizobe in their warehouse Today they have749 boxen led. How many pizza bazea haether

Answers

Answer : The amount of boxes of pizzas used is 2009 boxes

A few months ago, the company has 2, 758 boxes of pizzas in the warehouse

Today, they have 749 boxes of pizzas in the warehouse

To calculate the amount left

The amount used = 2758 - 749

The amount of boxes used = 2009 boxes

There are 3 consecutive even integers that sum to 186. What is the value of the greatest integer?

Answers

Answer:

The 3 consecutive even numbers are 60, 62 and 64 and the value of the greatest is 64.

Explanation:

If the numbers are consecutive even numbers, it means that the next number will be 2 more than the previous one.

Let the 1st number be x, then other 2 consective numbers will be x + 2 and x + 4.

We're told that the sum of the 3 consecutive even numbers is equal to 186, our equation can then be written as shown below;

[tex]x+(x+2)+(x+4)=186[/tex]

Let's go ahead and collect like terms and solve for x;

[tex]\begin{gathered} 3x+6=186 \\ 3x=186-6 \\ 3x=180 \\ x=\frac{180}{3} \\ \therefore x=60 \end{gathered}[/tex]

So our 1st number is 60.

Let's go ahead and find the other 2 numbers;

1st number: x + 2 = 60 + 2 = 62

2nd number: x + 4 = 60 + 4 = 64

So the 3 consecutive even numbers are 60, 62 and 64 and the value of the greatest is 64.

im not sure the steps to this math problem, from step one to step three

Answers

Step 1

The equation of the second line is written in standard form. To know the slope of this line, we can rewrite its equation in slope-intercept form by solving for y.

[tex]\begin{gathered} ax+by=c\Rightarrow\text{ Standard form} \\ y=mx+b\Rightarrow\text{ Slope-intercept form} \\ \text{ Where m is the slope and b is the y-intercept} \end{gathered}[/tex]

Then, we have:

[tex]\begin{gathered} 4x-5y=-10 \\ \text{ Subtract 4x from both sides of the equation} \\ 4x-5y-4x=-10-4x \\ -5y=-10-4x \\ \text{Divide by -5 from both sides of the equation} \\ \frac{-5y}{-5}=\frac{-10-4x}{-5} \\ y=\frac{-10}{-5}-\frac{4x}{-5} \\ y=2+\frac{4}{5}x \\ \text{ Reorganize} \\ y=\frac{4}{5}x+2 \\ \text{ Then} \\ $$\boldsymbol{m=\frac{4}{5}}$$ \end{gathered}[/tex]

Now, two lines are perpendicular if their slopes satisfy the following equation:

[tex]\begin{gathered} m_1=-\frac{1}{m_2} \\ \text{ Where }m_1\text{ is the slope of the first equation and} \\ m_2\text{ is the slope of the second equation} \end{gathered}[/tex]

In this case, we have:

[tex]\begin{gathered} m_2=\frac{4}{5} \\ m_1=-\frac{1}{\frac{4}{5}_{}} \\ m_1=-\frac{\frac{1}{1}}{\frac{4}{5}_{}} \\ m_1=-\frac{1\cdot5}{1\cdot4} \\ $$\boldsymbol{m}_{\boldsymbol{1}}\boldsymbol{=-\frac{5}{4}}$$ \end{gathered}[/tex]Step 2

Since we already have a point on the line and its slope, then we can use the point-slope formula:

[tex]\begin{gathered} y-y_1=m(x-x_1)\Rightarrow\text{ Point-slope formula} \\ \text{ Where } \\ m\text{ is the slope and} \\ (x_1,y_1)\text{ is a point through which the line passes} \end{gathered}[/tex]

Then, we have:

[tex]\begin{gathered} (x_1,y_1)=(6,3) \\ m=-\frac{5}{4} \\ y-3=-\frac{5}{4}(x-6) \\ \text{ Apply the distributive property} \\ y-3=-\frac{5}{4}\cdot x-\frac{5}{4}\cdot-6 \\ y-3=-\frac{5}{4}x+\frac{5}{4}\cdot6 \\ y-3=-\frac{5}{4}x+\frac{30}{4} \\ \text{ Add 3 from both sides of the equation} \\ y-3+3=-\frac{5}{4}x+\frac{30}{4}+3 \\ y=-\frac{5}{4}x+\frac{30}{4}+\frac{12}{4} \\ y=-\frac{5}{4}x+\frac{30+12}{4} \\ y=-\frac{5}{4}x+\frac{42}{4} \\ \text{ Simplify} \\ y=-\frac{5}{4}x+\frac{21\cdot2}{2\cdot2} \\ y=-\frac{5}{4}x+\frac{21}{2} \end{gathered}[/tex]Step 3

Therefore, the equation of the line that passes through the point (6,3) that is perpendicular to the line 4x - 5y = -10 is

[tex]$$\boldsymbol{y=-\frac{5}{4}x+\frac{21}{2}}$$[/tex]

I just finished my other 2 questions and I need help with this one now, I don't understand the letters really. please help

Answers

So, c(x) = 8.25x + 1500

the marginal cost doubles so, (8.25 x) will be 2 * (8.25x )

And the fixed cost decreased by 30%

so, 1500 will be (1 - 30%) of 1500

so, (1 - 30%) of 1500 = 70% of 1500 = 0.7 * 1500 = 1050

So, k(x) = 2 * (8.25x) + 1050

K(x) = 16.5 x + 1050

Question 5 Fill in the table. First Integer Next Integers Give four consecutive odd integers: The simplified sum of the second and forth integers are Question Help: Message instructor Submit Question

Answers

The four consecutive odd integers

If the first integer is given to be x

Then the next three are:

x + 2, x+ 4 and x+ 6

The sum of the second and forth integers :

x+2 + x+ 6 = 2x + 8

Hence, the sum of the second and forth integers are: 2x+8

Expand and simplify 3(3x - 4) - 2(2x - 1)

Answers

9x^2-12-4x+2
9x^2-4x-10

Answer:

5x-10

Step-by-step explanation:

expand to 9x-12-4x+2

collect like terms.

5x-10

Pls help me with this I will give brainless thank u <3

Answers

15.sum,neg

16.sum,neg

17.diff,neg

18.sum,neg

19.sum,pos

20.neg

21.pos

22.neg

23.pos

24.neg

Equipment was purchased for $50,000. The equipment is expected to be used 15,000 hours over its useful life and has a residual value of $10,000. In the first two years of operation, the equipment was used for 2,700 hours and 3,300 hours, respectively. Using the activity-based method, what is the equipment’s accumulated depreciation at the end of the second year?

Answers

The equipment’s accumulated depreciation at the end of the second year is $16,000.

What is the accumulated depreciation?

Depreciation is the process used in expensing the cost of an asset. The activity based method allocates the depreciation expense using the number of hours the asset was used. Accumulated depreciation is the sum of the depreciation over a period of time.

Depreciation expense using the activity based method = (cost of the asset - residual value) x (number of hours used in a year / total number of hours)

Depreciation expense in year 1 = ($50,000 - $10,000) x (2,700 / 15,000)

$40,000 x 0.18 = $7,200

Depreciation expense in year 2 = ($50,000 - $10,000) x (3,300 / 15,000)

$40,000 x 0.22 = $8,800

Accumulated depreciation =  $8,800 + $7,200 = $16,000

To learn more about accumulated depreciation, please check: https://brainly.com/question/28139636

#SPJ1

During the spring, Mr. Salina's grass grows at a rate of 1.5 inches per week. During a rainy stretch in the summer, his grass grew a total of 8 inches in 4 weeks.

Answers

Based on the growth rate of Mr. Salina's grass per week in the summer, and in spring, the relationship is not proportional.

How are relationships proportional?

When relationships are said to be proportional, it means that they increase or decrease by the same rate.

In the spring, Mr. Salina's grass grows at a rate of 1.5 inches per week.

In the rainy stretch of summer, this rate goes to:

= Total number of inches / Number of weeks

= 8 / 4

= 2 inches per week

This means that the relationship is not proportional and one rate is higher than the other.

Find out more on proportional relationships at https://brainly.com/question/10424180

#SPJ1

Matthew filled two 20 oz. water bottles before he left home. At the end of the day, he has less than 8 oz. left. Write an inequality to determine how much water, z, Matthew drank.

Answers

Given data:

The expression for the inequality is,

[tex]\begin{gathered} 2(20)-z<8 \\ 40-z<8 \end{gathered}[/tex]

Thus, the second inequality is correct.

solve by using quadratic formula25c^2 + 40c + 16= 0

Answers

Recall that the quadratic formula states that the solutions to the equation:

[tex]ax^2+bx+c=0[/tex]

are:

[tex]x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.[/tex]

Therefore the solutions to the given equation are:

[tex]c=\frac{-40\pm\sqrt{40^2-4(25)(16)}}{2(25)}.[/tex]

Simplifying the above result we get:

[tex]c=\frac{-40\pm\sqrt{1600-1600}}{2(25)}=\frac{-40}{50}=-\frac{4}{5}[/tex]

Answer: The given equation has only one solution:

[tex]-\frac{4}{5}.[/tex]

find the ranges of values for which x²-5+6<0

Answers

Answer:

The range of values of x for which the function is < 0 is:

2<x<3.

Step-by-step explanation:

x²-5x+6<0

First find the critical points:

x^2 - 5x + 6 = 0

(x - 2)(x - 3) = 0.

x = 2, 3.

The critical points are 2 and 3.

Make a table of values:

x                      x<2      2<x<3          x >3

x -2                  < 0          >0             >0

x -3                   <0           <0             >0

(x - 2)(x - 3)       >0          <0             >0

Given the formula for the nth term, state the first 5 terms of each sequence.t1= 800, tn= -0.25tn-1

Answers

In this case, we'll have to carry out several steps to find the solution.

Step 01:

data:

t1 = 800

tn = - 0.25 tn-1

Step 02:

sequence:

t1 = 800

t2 = -0.25 (800) = - 200

t3 = -0.25 (-200) = 50

t4 = -0.25 (50) = -12.5

t5 = - 0.25 (-12.5) = 3.125

The answer is:

t1 = 800

t2 = - 200

t3 = 50

t4 = -12.5

t5 = 3.125

The radius of a circle is 8 inches. What is the area?Give the exact answer in simplest form. _____ square inches. (pi, fraction)

Answers

Given:

Radius of circle is 8 inches.

The objective is to find the area of the circle.

The formula to find the area of the circle is,

[tex]\begin{gathered} A=\pi r^2 \\ =\pi\times8\times8 \\ =64\pi \\ =201in^2 \end{gathered}[/tex]

Hence, the area of the circle is 201 square inches.

The table represents the amount of money in a bank account each month. Month Balance ($) 1 2,215.25 2 2,089.75 3 1,964.25 4 1,838.75 5 1,713.25 What type of function represents the bank account as a function of time? Justify your answer.

Answers

The form of function that represents the bank account as a function of time is a linear function.

How to determine the type of function?

The table of values is given as illustrated:

Month Balance ($)

1           2,215.25

2          2,089.75

3           1,964.25

4            1,838.75

5            1,713.25

From the above table of values, we can see that the balance in the bank account reduces each month by $125.5

So, we have

Difference = 1,838.75 - 1713.25 =125.5

Difference = 1,964.25 - 1,838.75 =125.5

Difference = 2,089.75 - 1,964.25 =125.5

Difference = 2,215.25  - 2,089.75 =125.5

This shows a linear function.

Learn more about banking on:

https://brainly.com/question/25664180

#SPJ1

How many and what type of solution(s) does the equation have?6p2 = 8p + 32 rational solutions1 rational solutionNo real solutions2 irrational solutions

Answers

We are going to solve the question using the quadratic formula

[tex]\begin{gathered} x=\frac{-b\pm\sqrt[]{(b^2}-4ac)}{2a} \\ \text{where the quadratic equation is ax}^2+bx+c=0 \end{gathered}[/tex]

The quadratic equation given is

[tex]\begin{gathered} 6p^2=8p+3 \\ 6p^2-8p-3=0 \\ \text{where a=6} \\ b=-8 \\ c=-3 \end{gathered}[/tex]

By substitution we will have,

[tex]\begin{gathered} p=\frac{-(-8)\pm\sqrt[]{(-8)^2}-(4\times6\times-3)}{2\times6} \\ p=\frac{8\pm\sqrt[]{64+72}}{12} \\ p=\frac{8\pm\sqrt[]{136}}{12} \\ p=\frac{8\pm\sqrt[]{4\times34}}{12} \\ p=\frac{8\pm2\sqrt[]{34}}{12} \\ p=\frac{2(4\pm\sqrt[]{34)}}{12} \\ p=\frac{4\pm\sqrt[]{34}}{6} \\ p=\frac{4+\sqrt[]{34}}{6}\text{ or p=}\frac{4-\sqrt[]{34}}{6} \end{gathered}[/tex]

Therefore,

With the roots gotten from the quadratic equation, we can therefore deduce that the solutions to the equation 6p²=8p+3 will give 2 irrational roots.

The correct answer is OPTION D

Find a if (10-a )×2 +(2a×2)+(4a+7)=48

Answers

First step: Simplify everything

[tex]2(10-a) + 4a + 4a+7 = 48[/tex]

Next: Distribute required values

[tex]20-2a+4a+4a+7=48[/tex]

Next: Time to add like terms

[tex]6a = 21[/tex]

Final Step: Divide 6 on both sides to isolate variable

[tex]a = \frac{21}{6}[/tex]

Thus, the value "a" = [tex]\frac{21}{6}[/tex]

Hope this helps :)

Cobalt-60 has a half-life of about 5 years. After 20 years, how many grams of a2,076 gram sample will remain? Round to the hundredths place, if answer doesn'thave a tenths place then use a zero so the answer does.

Answers

Solution:

The formula for half-life is given below as

[tex]N(t)=N_0(\frac{1}{2})^{\frac{t}{\frac{t1}{2}}}[/tex]

Where the given values are

[tex]\begin{gathered} N_0=2076g \\ t=20years \\ t^{\frac{1}{2}}=5years \end{gathered}[/tex]

By substituting the values, we will have

[tex]\begin{gathered} N(t)=N_{0}(\frac{1}{2})^{\frac{t}{\frac{t\times1}{2}}} \\ N(t)=2076\times(\frac{1}{2})^{\frac{20}{5}} \\ N(t)=2076\times(\frac{1}{2})^4 \\ N(t)=\frac{2076}{16} \\ N(t)=129.75g \end{gathered}[/tex]

Hence,

The final answer is

[tex]\Rightarrow129.75g[/tex]

Make an estimate. Then divide using partial-quotients division. Write your remainder as a fraction and pls make it make sense

Answers

Notice that 812 is close to 810 and 17 is closer to 15 than to 20; thus, a possible estimate is

[tex]\frac{810}{15}=54[/tex]

However, 800/20 is a more straightforward approximation. Both can be used since you are not being asked for a specific approximation.

Partial-quotients division

Thus, the answer is quotient equal to 47 and remainder equal to 13/17.

Other Questions
. Which of the following statements is not correct? A. Density has no units. B. Every measurement has a unit tied to it. C. Physical quantities are properties that can be measured. D. the Kelvin degree is larger than the Celsius degree. WILL MARK BRAINLIEST!!!!The purpose of an outline is...Question 3 options:to provide a clearer focus on a Thesis claim.a logical way to organize your content.a form of prewriting.All of the above 9 mVolume = 75 n mm3RadiusG WILL GIVE BRAINLIEST PLS HELP ASAP!!!!!! Discussion question:With so many places to gather information aboutpresidential candidates, where would you go to find the most accurateinformation to inform yourself before voting*ANSWER IN FULL SENTENCES PLS* What percent of your body mass is made of water? which of the following is a disadvantage of venture capital? companies that receive venture capital are prohibited from issuing an ipo once they become successful. receiving venture capital can send a message to other investors that your company is unlikely to succeed. venture capital investors may place restrictions on company operations, such as setting salary caps. venture capitalists only receive a return on their investment if the company is eventually purchased for a large sum. #2 Funding the perimeter and area of the composite figure. The drivers at a warehouse need to deliver 40,000 packages each day. The warehouse has 128 trucks. Each truck has 350 packages. The drivers deliver all the packages on the trucks. Do the warehouse drivers deliver enough packages What is the normal force of a 0.0037 kg tennis ball rolling at a constant speed of 3 m/sacross a desk? Which of the following did NOT occur in the event known as the Boston Massacre?(Answer choices are attached below!!!!) Need help on this asap subtract (17x^2-6x+12) from (21x^2+13x-9) What is x in this equation -7(x+-2)=-63 zero and negative exponentswrite in simplest form without zero or negative exponents a drug you're investigating demonstrates >90% absorption, but it's highest unit dose does not completely dissolve in 250 ml of solvent. the biopharmaceutics classification system would identify this drug as class: what does food with a use-by date on it mean? what job has becom e more important because modern digital recording equipment offers a wide array of options and capabilities, with much to navigate? Am I correct? I need some clarification on this practice problem solving I have attempted this problem but for some reason I feel like I may be wrong one of your friends in the class rushes through the gram stain procedure and forgets to add iodine after staining with crystal violet. what color would organisms be at the end of the procedure? What is a scientific term that means rising crust?