Suppose that f and g are two functions with the same domain. If ​f(x)equals​g(x) for every x in the​ domain, the equation is called​ a(n) _______.​ Otherwise, it is called​ a(n) _______ equation.

Answers

Answer 1

Answer:

Identity; conditional

Explanation:

Identity functions are functions that returns the SAME value which was used in its argument. In this case, f(x) = g(x). Therefore f(x) = g(x) = x.

Conditional functions are conditions that evaluates the condition and returns DIFFERENT values all depending on the condition value. That is, in this case, f(x) is not equal to g(x) for every x domain.

So, while identity functions returns the same value, conditional functions returns different functions.

Answer 2

Final answer:

An equation where f(x) equals g(x) for every x in the domain is an identity equation; otherwise, it's a conditional equation. For f(x) = x² and g(s) = s², they are the same function. Function f can be expressed in terms of y if g is invertible.

Explanation:

If f(x) equals g(x) for every x in the domain, the equation is called an identity. Otherwise, it is called a conditional equation.

For the given functions f(x) = x² and g(s) = s², we can see that they are indeed the same function, as they both satisfy the vertical-line test and map every x in the domain to a unique y in the range.

In the context of variable transformations, if y = g(x) defines a transformation from x to y, we could describe function f(x) in terms of the variable y only if there is a way to express x in terms of y. If g is invertible, then we can write f as a function of y by finding g⁻¹(y) and then applying f to it, yielding f(g⁻¹(y)).


Related Questions

what does it mean when someone’s says “ Ion like clowns “

Answers

Answer:

Lol it either means that they don't like a clown such as comic performer who employs slapstick or similar types of physical comedy, often in a mime style.

or a person that's been fooled and has been called a clown.

Write a statement that declares and initializes two integer variables. Call the first one age and initialize it to 15, and call the second one weight and initialize it to 90.

Answers

Answer:

First is to define the language in which to make the statement, I chose the language C, because it is the most common. To initialize the variable, the first thing is to define the type, in this case it is an integer type.

In language C, that is determined by int, then the name of the variable, in this case it would be age. We close with; To finish the order. Then we give the courage that asks us to initiate.

In the end, it would look like this:

int age;

age = 15;

int weight;

weight = 90;

Final answer:

To declare and initialize two integer variables called age and weight, one can use the code 'int age = 15, weight = 90;'.

Explanation:

To declare and initialize two integer variables in most programming languages, you can use a single line of code. For the variables age and weight, the statement might look like this:

int age = 15, weight = 90;

This line of code creates two variables of type integer named age and weight. The variable age is initialized with the value 15, and weight is initialized with the value 90.

The use of the comma in the statement allows for both variables to be declared and initialized in one concise statement.

Each month, Miss Patrick spends $60 on transportation to work, and earns $24.50 per hour.Each month, Mr. Shah spends $150 on lab equipment and earns $32.50 per month. How many hours do they have to work during the same amount

Answers

Answer:

3 hours for miss patrick 5 hours for mr shah

Step-by-step explanation:

Answer: they have to work for 11.25 hours.

Step-by-step explanation:

Let x represent the number of months for which they have to work to make the same amount.

Each month, Miss Patrick spends $60 on transportation to work, and earns $24.50 per hour. This means that if she works for x hours in a month, the total amount that she would have is

24.5x - 60

Each month, Mr. Shah spends $150 on lab equipment and earns $32.50 per month. This means that if he works for x hours in a month, the total amount that he would have is

32.5x - 150

For them to have the same amount, the number of months would be

32.5x - 150 = 24.5x - 60

32.5x - 24.5x = - 60 + 150

8x = 90

x = 90/8

x = 11.25 hours

how to solve for 8^x=2 (I know the answer is 1/3 but i have to show work and i don't know the process to solve it)

Answers

Answer:

  x = 1/3 . . . . math facts or logarithms are involved; take your pick

Step-by-step explanation:

When you are solving for a variable that is in an exponent, logarithms are often useful. Taking the log of both sides of this equation, you have ...

  log(8^x) = log(2)

Using the rules of logarithms, that is ...

  x·log(8) = log(2)

  x = log(2)/log(8) . . . . . divide by the coefficient of x

You can find the value of this on your calculator, and it will tell you the value is  0.333333333333 or as many digits as your calculator displays. That is a clue that the exact answer is probably 1/3.

__

You should recognize that 8 = 2·2·2 = 2^3, so log(8) = 3log(2) and the above solution becomes ...

  x = log(2)/(3log(2)) = 1/3

__

Recognizing that 8 = 2^3, you can make that substitution into the original equation to get ...

  (2^3)^x = 2

  2^(3x) = 2^1

  3x = 1 . . . . . . . matching exponents; equivalent to taking logs base 2

  x = 1/3 . . . . . .  divide by 3

__

All of the above using 2 as a base of exponents is just dancing around the fact that you already know the math fact ...

  8^x = 2 = 8^(1/3)

  x = 1/3 . . . . . equating exponents; equivalent to taking logs base 8

Austin scored 85 on the calculus midterm. If the final exam counts twice as much as the midterm​ exam, then for what range of scores on the final would Austin get an average between 85 and 96​? Both tests have a maximum of 100 points.

Answers

Answer:

Austin should score between 85 and 100 in the final exam to have an average between 85 and 95, since reaching 96 is mathematically impossible.

Step-by-step explanation:

The problem has to be solved in two parts, the first to obtain an average of 85 and the second to obtain an average of 96.

In the first part with an average of 85 would be as follows.

Let x be the final exam grade.

Weighted average = (85 + 2 * X) / 3

85 = 85/3 + (2/3) * X

Rearranging

X = (3/2) * (85- (85/3))

Resolving

X = 85, therefore you must take 85 in the final test to get an average of 85.

The second part with an average of 96:

96 = 85/3 + (2/3) * X

Rearranging

X = (3/2) * (96- (85/3))

Resolving

X = 101.5, therefore you must take 101.5 in the final test to get an average of 96, therefore it is impossible to have an average of 96, because the highest score is up to 100.

Taking 100 your average would be:

Weighted average = (85 + 2 * 100) / 3 = 95

Then Austin should score between 85 and 100 in the final exam to have an average between 85 and 95, since reaching 96 is mathematically impossible.

Austin should score between [tex]85[/tex] and [tex]100[/tex] in the final exam to have an average between [tex]85[/tex]  and [tex]95[/tex].

Average :

Let us consider that  [tex]X[/tex] be the final exam grade.

So that, Weighted average [tex]= \frac{85 + 2 * X}{3}[/tex]

               [tex]85 =\frac{85}{3} + \frac{2}{3} X\\\\\frac{2}{3} X=85-\frac{85}{3} \\\\X=85[/tex]

Thus, you must take 85 in the final test to get an average of 85.

The second part with an average of 96:

[tex]96 = \frac{85}{3} + \frac{2}{3} X\\\\\frac{2}{3}X=96-\frac{85}{3}\\ \\ X=101.5[/tex]

Thus,  it is impossible to have an average of 96, because the highest score is up to 100.

Taking 100 your average would be:

Weighted average [tex]=\frac{85 + 2 * 100}{3} =95[/tex]

Hence,  Austin should score between 85 and 100 in the final exam to have an average between 85 and 95.

Learn more about the Average of data here:

https://brainly.com/question/19243813

Person A can complete a job in 6 hours. Person B can complete the same job in 4 hours. Working at the same rate, how many hours will it take both of them to complete the job?

Answers

Answer: it will take both of them 2.4 hours to complete the job.

Step-by-step explanation:

Person A can complete a job in 6 hours. This means that the rate at which Person A can complete the job per hour is 1/6

Person B can complete the same job in 4 hours. This means that the rate at which Person A can complete the job per hour is 1/4

If they work together, they would work simultaneously and their individual rates are additive. This means that their combined working rate would be

1/6 + 1/4 = 5/12

Assuming it takes t hours for both of them to clean the room working together, the working rate per hour would be 1/t. Therefore,

5/12 = 1/t

t = 12/5

t = 2.4 hours

Find the area of the shaded region. With steps

Answers

Answer: the area of the shaded region is 21.5 cm²

Step-by-step explanation:

The formula for determining the area of a circle is expressed as

Area = πr²

Where

r represents the radius of the circle.

π is a constant whose value is 3.14

From the information given,

Diameter of circle = 10 cm

Radius = diameter/2 = 10/2 = 5 cm

Area of circle = 3.14 × 5² = 78.5 cm²

The length of each side of the square is 10 cm. The area of the square would be

10² = 100 cm²

Therefore, the area of the shaded region would be

100 - 78.5 = 21.5 cm²

A pentagon has all sides equal. A rectangle has width twice as long as the side of the pentagon and length four times as long. The perimeter of the rectangle is 30 inches. What is the perimeter of the pentagon?

Answers

Answer: the perimeter of the Pentagon is 12.5 inches

Step-by-step explanation:

Let x represent the length of each side of the Pentagon.

A rectangle has width twice as long as the side of the pentagon. This means that the width of the rectangle, w is 2x

The rectangle has length four times as long as the side of the pentagon. This means that the length of the rectangle, l is 4x

The formula for determining the perimeter of a rectangle is expressed as

Perimeter = 2(l + w)

The perimeter of the rectangle is 30 inches. This means that

2(2x + 4x) = 30

12x = 30

x = 30/12 = 2.5

A Pentagon has 5 sides. This means that the perimeter of the Pentagon is

5 × 2.5 = 12.5 inches

Four friends went out to lunch. They each started with the same amount of money, and they each spent 6 They ended with a combined total of 12 How much money did each of them have to start?

Answers

Answer:

3 pls pass brainlist

Step-by-step explanation:

because 3*4 is 12

Bill spent 60 dollars on fertilizer and weed killer for his lawn. Each pound of fertilizer costs 75 cents, and each ounce of weed killer costs $2.50. What equalion can represent the relationship between the number of pounds of fertilizer bill bought, x , and the number of ounces of weed killer he bought, y?

Answers

Final answer:

The equation 0.75x + 2.5y = 60 represents the relationship between the number of pounds of fertilizer (x), and the number of ounces of weed killer (y) that Bill bought with his $60.

Explanation:

The question is asking for an equation that could describe how the 60 dollars was spent on fertilizer and weed killer. To represent this relationship, we can set up a linear equation, with x representing the pounds of fertilizer and y representing the ounces of weed killer. Given that each pound of fertilizer costs 75 cents and each ounce of weed killer costs $2.50, the total amount spent on these two items can be represented as 0.75x + 2.5y = 60. This equation depicts how Bill's 60 dollars were allocated to the two items.

Learn more about Linear Equation here:

https://brainly.com/question/32634451

#SPJ12

Write an R-program to sample n = 1000 values from the BlackwellMacQueen Pólya urn for µ = αH where H is a non-atomic bivariate distribution of your choice.

Answers

poyo and churizzo uiouigyuftydfyitfogpghlhbl

[[ PLEASE ANSWER ASAP (: ]]
A parking space is in the shape of a parallelogram. The figure below is a model of the parking space. The measure of Angle B is 80°. What are the measures of the other 3 angles?

Answers

Angle A = 100 , Angle C = 100 , Angle D =80
Final answer:

In a parallelogram with one given angle of 80°, the opposite angle equals 80°, and the two adjacent angles are 100° each, resulting from the properties of parallelograms.

Explanation:

The subject of this question is Mathematics, specifically geometry involving angles in a parallelogram. Given that one angle (Angle B) is 80° in a parallelogram, we can determine the measures of the remaining angles using the properties of parallelograms. Adjacent angles in a parallelogram are supplementary, meaning they add up to 180°. Therefore, if Angle B is 80°, then Angle C (adjacent to B) is 180° - 80° = 100°. Since a parallelogram has two pairs of parallel sides, opposite angles are equal. Therefore, Angle D equals Angle B (80°), and Angle A equals Angle C (100°).

Need help on the last problem please...

Answers

Answer:

y = 97°

Step-by-step explanation:

z = 180 - 55 - 42 = 83

Total angle in a triangle is 180°

y = 180 - z = 180 - 83 = 97°

Supplementary angles

The perimeter of a square must be greater than 148 inches but less than 196 inches. Find the range of possible side lengths that satisfy these conditions. (Hint: The perimeter of a square is given by P=4s, where s represents the length of a side).

Answers

Final answer:

The possible range for the side length of the square is that it is greater than 37 inches, but less than 49 inches.

Explanation:

The perimeter of a square is given by the formula P=4s, where s is the length of one side of the square. Since we know the perimeter must be greater than 148 and less than 196 inches, we can create inequality equations to solve for the side lengths, s.

Given the lowest limit, 148 < 4s. Divide both sides by 4, we get 37 < s.

 

Given the highest limit, 4s < 196. Again, divide both sides by 4, we get s < 49.

So, we conclude that the length of a side, s, must be less than 49 inches but greater than 37 inches to meet the required conditions of the question.

Learn more about Square Side Length here:

https://brainly.com/question/33930998

#SPJ3

Do bicycle riders start from the same point and ride in opposite directions. Rider x moves twice as fast a rider y and In three hours they are 72 miles apart

Answers

Complete question:

Two bicycle riders start from the same point and ride in opposite directions. Rider x moves twice as fast as rider y and in three hours they are 72 miles apart. Find the rate (speed) of each rider.

Answer:

y = 8 miles/hour

x = 16 miles/hour

Step-by-step explanation:

We can solve this question by first setting up the following equations:

Rider x travels twice as fast as rider y:

x = 2*y                - Equation 1

In three hours they are 72 miles apart:

3*x + 3*y = 72              -Equation 2

Solving equations 1 and 2 simultaneously we get:

y = 8 miles/hour

x = 16 miles/hour

This question is done simply by writing down the question statements as equations. This can be seen being done in Equation 1 and Equation 2 above.

A school district need 3 teachers for every 70 children . They expect to have 14,700 in the district next year. At this time they have 612 teachers so how many more do they need

Answers

Answer: They need 18 teachers more.

Step-by-step explanation:

Hi, to solve this problem, first, we have to divide the expected number of children (14,700) by 70.

14,700 / 70 = 210 groups of 70 children

We obtain that they are expecting 210 groups of 70 children each. Since the school district needs 3 teachers for every 70 children, we have to multiply the number of groups (210) by the number of teachers per group (3).

210 x 3 = 630 teachers

We obtained the total number of teachers needed for 14,700 children.

Since at this time the district has 612 teachers, to find the teachers missing we have to subtract the actual number of teachers (612) to the number of teachers needed (630).

630 - 612 = 18

They need 18 teachers more.

Based on your budget, which transportation option is the best financial decision for you? Explain your answer in at least two sentences.

Answers

Answer:

compare your total monthly incoming with your total monthly outgoing. How balanced is your budget at this point? Remember that you estimated some of your expenditures. You can't know for sure until you actually track your expenses for at least a month and have real numbers to work with.

Step-by-step explanation: Basically it helps you decide how you want to manage your budget

Option C is the best choice to make the best financial decision to make.

What is up front cost?

An upfront cost is an initial sum of money owed in a purchase or business venture.

What is Monthly payment?

The monthly payment is the amount paid per month to pay off the loan in the time period of the loan.

According to me the best choice is Option C buy used.

this is because it's upfront front cost is less comparable to other two.

Whereas,  Option A is not good choice, because the monthly payments will be too high .

and, Option B is not a good choice.

This is because it requires high up-front cost as compared to other and there will be problem, mileage restriction.

For third option, the person will get the car outright once the loan is paid and it's cheaper.

option C is the best financial decision to make.

Learn more financial decision here:

https://brainly.com/question/10164747

#SPJ2

An SRS of size n was taken to estimate mean body mass index (BMI) for girls between 13 and 19 years of age. The 95% confidence interval obtained had lower limit 19.5 and upper limit 26.3. Which of the following is NOT true? 1. A total of 95% of all teenage girls have BMI between 19.5 and 26.3. 2. The margin of error is 34. 3. The value z in the margin of error is 1.96. 4. A total of 95% of all SRS of size n contain the true mean BMI

Answers

Answer:

Option 1 is the only untrue statement of the 4 statements.

The only wrong statement about the confidence interval above is the one about the total of 95% of all teenage girls having BMI between 19.5 and 26.3.

Step-by-step explanation:

The question provides that for the BMI of girls with age between 13 and 19, the 95% confidence interval has a lower limit of 19.5 and an upper limit of 26.3.

We will take the statement one after the other.

Statement 1: A total of 95% of all teenage girls have BMI between 19.5 and 26.3.

This is a wrong statement. It doesn't not follow the definition for confidence interval for a set of sample.

Rather confidence interval, expresses that the true value (mean) exists in the (lower limit, upper limit) range with a confidence level of 95%.

Statement 2: The margin of error is 34.

The margin of error is usually used to calculate the lower and upper limit of the confidence interval.

Basically, the interval is usually between

(Sample mean ± margin of error)

If the sample mean = xbar

And the margin of error = α

xbar - α = lower limit of the confidence interval = 19.5

xbar + α = upper limit of the confidence interval = 26.3

xbar - α = 19.5

xbar + α = 26.3

summing these together

xbar = (19.5+26.3)/2 = 22.9

and the margin of error = (22.9 - 19.5) or (26.3 - 22.9) = 3.4.

So, this statement is correct!

Statement 3: The value z in the margin of error is 1.96.

The margin of error is given as the product of the z-multiplier (from the z-tables) and the sample standard deviation.

The z-multiplier for a 95% confidence interval, as obtained from literature and the z-tables is truly 1.96.

This statement is very true.

Statement 4: A total of 95% of all SRS of size n contain the true mean BMI.

Just like I described the meaning of confidence interval in the explanation under the first statement, this is as close to the meaning of confidence interval as can be. This statement is also very true.

Hence, only statement 1 is not correct of the 4 statements.

SOMEBODY CAN YOU HELP?

Answers

Answer:

A.

Step-by-step explanation:

Since the line goes down 4 and right 5, your slope would be -4/5 and since your y-intercept is at (0,-5) you would plug that in for b.

I hope this helped! Please mark Brainliest if you can :)

The voltage across the capacitor increases as a function of time when an uncharged capacitor is placed in a single loop with a resistor and a battery.
What mathematical function describes this behavior?
1. Exponential2. Linear 3. Quadratic 4. Power

Answers

Answer:

  1. Exponential

Step-by-step explanation:

The problem statement is insufficient to describe the behavior.

_____

The capacitor's voltage is described by a differential equation such that its rate of change is proportional to the difference of the battery voltage and the capacitor voltage. The solution to the differential equation is a function that is exponential with time.

what is the domain of y=3^x -2

Answers

Answer:

All real numbers

Step-by-step explanation:

The given exponential function is

[tex]y = {3}^{x} - 2[/tex]

This function is obtained by shifting, the parent function down by 2 units.

The parent function is

[tex]y = {3}^{x} [/tex]

The domain is the values of x for which the function is defined.

The exponential function is defined everywhere and the same applies to the transformed function.

Therefore the domain is all real numbers.

please help with areas

Answers

Answer:

Step-by-step explanation:

7) The formula for determining the area of a parallelogram is expressed as

Area = base × height.

Length of base = Area/height

Therefore,

Length of base = 7/2 = 3.5 feet

8) The formula for determining the area of a trapezoid is expressed as

Area = 1/2(a + b)h

Where

a and b are the length of the bases

h is the height. Therefore

21 = 1/2(2 + 4)h

21 = 3h

h = 21/3 = 7 inches

9) Area = base × height.

Height = Area/Length of base

Height = 28/14 = 2 inches

10) a and b are 10 inches each.

Area = 1/2(a + b)h

Therefore,

35 = 1/2(10 + 10)h

35 = 10h

h = 35/10

h = 3 inches

An investor purchased 100 shares of Fifth Third Bank stock and 100 shares of Santee Electric Cooperative stock. The probability the bank stock will appreciate over a year is 0.70. The probability the electric utility will increase over the same period is 0.60. Assume the two events are independent.a. What is the probability both stocks appreciate during the period?
b. What is the probability the bank stock appreciates but the utility does not?
c. What is the probability at least one of the stocks appreciates?

Answers

Answer:

(a) 0.42

(b) 0.28

(c) 0.88

Step-by-step explanation:

Let probability that the bank stock will appreciate over a year, P(A) = 0.70

Probability that the electric utility will increase over the same period, P(B) = 0.60

Also, it is given that the two events are independent.

(a) Probability that both stocks appreciate during the period = Bank stock will appreciate * Electric utility will appreciate = P(A) * P(B)

     = 0.70 * 0.60 = 0.42 .

(b) Probability that the bank stock appreciates but the utility does not is given by;

     P(A) * (1 - P(B)) = 0.70 * (1 - 0.60) = 0.70 * 0.40 = 0.28 .

(c) Probability that at least one of the stocks appreciates = P(A [tex]\bigcup[/tex] B)

    P(A [tex]\bigcup[/tex] B) = P(A) + P(B) - P(A [tex]\bigcap[/tex] B)

                   = 0.70 + 0.60 - (0.70 * 0.60)   { because both events are

                                                                           independent }

                   = 1.3 - 0.42 = 0.88 .

An album sells for $12.00 through an online music service. If the album is 20% off, and sales tax is 5%, what is the total price of the album including tax?

Answers

Answer:

Total price of the album including tax is $10.08

Step-by-step explanation:

Sales price without discount and tax = $12

% discount = 20%

Sales price with discount = 12 - (20/100 × 12) = 12 - 2.4 = $9.6

% sales tax = 5%

Tax = 5/100 × 9.6 = $0.48

Total price of the album including tax = $9.6 + $0.48 = $10.08

Answer:

Final price = 9.6*(105/100) = 9.6*1.05 = 10.08 $

Step-by-step explanation:

The original price of the album is 12 to find out the price after the discount is applied we need to compute 100% - 20% = 80% of the original price. So we can use the following expression:

Price after discount = original price * (80/100)

Price after discount = 12 * (80/100)

Price after discount = 12 * 0.8 = 9.6 $

Now we have to include the sale tax of 5%, since it's a tax we need to add it to the original value so 100% + 5% = 105% of the sale's price:

Final price = Price after discount * (105/100)

Final price = 9.6*(105/100) = 9.6*1.05 = 10.08 $

Each of the 50 students participating in a workshop is either an undergraduate or a graduate student. If P is the probability that a randomly selected participant will be a female graduate student, is P less than \small \frac{1}{2} ?

Answers

Answer:

no

Step-by-step explanation:

no

The point (4, –3) is on the terminal side of an angle in standard position. Determine the value of r, and the exact value of sin, cos, and tan for this angle.

Answers

Answer:

The answer to your question is below

Step-by-step explanation:

Data

A (4 , -3)

r = ?

sin = ?

cos = ?

tan = ?

Process

1.- Plot the point

This point is in the fourth quadrangle

2.- Calculate r

We have the Opposite side and the Adjacent side

       tan Ф = -3/4

       tan⁻¹ Ф = Ф = 323.1

        Ф = 323.1°

3.- sinФ =

Calculate the hypotenuse

        c² = 4² + (-3)²

        c² = 16 + 9

        c² = 25

        c = 5

 sinФ = -3/5

cos Ф = 4/5

tan Ф = -3/4

Final answer:

The value of r is 5. The exact value of sin is -3/5, cos is 4/5, and tan is -3/4.

Explanation:

The value of r can be found using the Pythagorean theorem, which states that for any point (x, y) on the terminal side of an angle in standard position, the value of r can be calculated as √(x^2 + y^2). In this case, we have (x, y) = (4, -3), so r = √(4^2 + (-3)^2) = √(16 + 9) = √25 = 5.

The exact value of sin for this angle can be calculated as y/r, so sin = -3/5.

The exact value of cos for this angle can be calculated as x/r, so cos = 4/5.

The exact value of tan for this angle can be calculated as y/x, so tan = -3/4.

Learn more about Finding value of r, sin, cos, and tan for an angle in standard position here:

https://brainly.com/question/35658077

#SPJ3

NEED HELP ASAP PLEASE!!

Answers

Answer:

5 5/6

Tell me if u got it right

In the cafeteria 100 milk cartons were put out for breakfast. After breakfast there were 40 milk cartons left. What is the ratio of milk cartons left over to milk cartons taken?

Answers

Final answer:

The ratio of milk cartons left over to milk cartons taken from the 100 initially provided in the cafeteria is 2:3.

Explanation:

The number of milk cartons put out for breakfast in the cafeteria was 100 and after breakfast, there were 40 milk cartons left. This means that the number of milk cartons taken at breakfast is 100 - 40, which is 60. Thus, the ratio of milk cartons left over to milk cartons taken is 40:60.

We can simplify this ratio by finding the greatest common divisor (GCD) of both numbers. In this case, the GCD of 40 and 60 is 20, so by dividing both numbers by 20, we get a simplified ratio of 2:3. Therefore, the ratio of milk cartons left over to milk cartons taken is 2:3.

Learn more about Ratio here:

https://brainly.com/question/32531170

#SPJ12

The middle school camera club sold 242 bulbs and 360 daffodil bulbs. Students to buy the bulbs into 100 bags to sell at the school fair. Write an expression to show how many bulbs went into each of the 100 bags with students put the same number of each kind of bulb in each bag.??? I need the expression not like 600 equals 100 X like 240÷360 equals 100×300 like that I am confused can someone please help me

Answers

Answer:

345

Step-by-step explanation:

345

Suppose the position of an object moving in a straight line is given by s (t )equals 4 t2+ 5 t+ 5. Find the instantaneous velocity when t equals 2. What expression can be used to find the instantaneous velocity at the given​ time?

Answers

Answer:

[tex] v(t) = 8t +5[/tex]

And that represent the instantaneous velocity at a given time t.

And then we just need to replace t =2 in order to find the instantaneous velocity and we got:

[tex] v(t=2) = 8*2 + 5 = 16+5 = 21[/tex]

Step-by-step explanation:

For this case we have the position function s(t) given by:

[tex] s(t) = 4t^2 + 5t+5[/tex]

And we can calculate the instanteneous velocity with the first derivate respect to the time, like this:

[tex] v(t) = s'(t)= \frac{ds}{dt}[/tex]

And if we take the derivate we got:

[tex] v(t) = 8t +5[/tex]

And that represent the instantaneous velocity at a given time t.

And then we just need to replace t =2 in order to find the instantaneous velocity and we got:

[tex] v(t=2) = 8*2 + 5 = 16+5 = 21[/tex]

Other Questions
What are the characteristic of financially responsible decision The __________ stage of the data science process helps in converting raw data to a machine-readable format. Rowanda could not settle her tax dispute with the IRS at the appeals conference. If she wants to litigate the issue but does not have sufficient funds to pay the proposed tax deficiency, Rowanda should litigate in the: Why do people in less developed countries use wood as a primary energy source? Help. Interpreting Graphs Of Proptional Relasionships. ! An inverted pyramid is being filled with water at a constant rate of 50 cubic centimeters per second. The pyramid, at the top, has the shape of a square with sides of length 8 cm, and the height is 15 cm. Find the rate at which the water level is rising when the water level is 3 cm. Use the data set to answer the question.{122,132,155,198,213,225,261,280}What is the mean absolute deviation for the data set?Enter your answer as a number rounded to the nearest tenth, like this: 42.5 When the man is waiting in the lobby for his wife, what does he do over and over Hamlet claims he wants to kill Claudius at a moment that will send Claudius straight to hell. Which moment would most likely send Claudius to hell Which factor had the most impact on improving many of the new policies during andafter Reconstruction?A employmentB taxesC donations to charityD settlement funds In an environment that is very stable, with reliable moisture and temperature, what type of reproduction would be most advantageous for a plant and why once formed how do fossils get back to the surface for us to find them? Given three dictionaries, associated with the variables, canadian_capitals, mexican_capitals, and us_capitals, that map provinces or states to their respective capitals, create a new dictionary that combines these three dictionaries, and associate it with a variable, nafta_capitals.Use python and dictionary. Write code in simplest form. A company owns land that is used as a softball diamond and recreational park for hosting employee picnics. Once a year the company also allows a non-profit organization to hold a softball game on these premises. During this year's softball game, the director of the non-profit was injured when a softball hit him in the head. He asked the company that owns the land to pay for his trip to the emergency room. What is the company's unendorsed Commercial General Liability policy? ASAP NEED ANSWERS :) PLEASEEEEEEEE The middle school camera club sold 242 bulbs and 360 daffodil bulbs. Students to buy the bulbs into 100 bags to sell at the school fair. Write an expression to show how many bulbs went into each of the 100 bags with students put the same number of each kind of bulb in each bag.??? I need the expression not like 600 equals 100 X like 240360 equals 100300 like that I am confused can someone please help me Find the perimeter of the triangle below. Then, explain the steps you used to find the perimeter 5. According to Chris, what are some negative aspects about hopping trains? Into the wild book - A photovoltaic panel of dimension 2m4m is installed on the roof of a home. The panel is irradiated with a solar flux of GS =700W /m2, oriented normal to the top panel surface. The absorptivity of the panel to the solar Irradiation is s =0.83, and the efficiency of conversion of the absorbed flux to electrical power is P /sGsA =0.5530.001Tp, where Tp is the panel temperature expressed in Kelvins and A is the solar panel area. Determine the electric power generated for a. A still summer day, in which Tsur =T[infinity]=35C, h=100W /m2 K, and b. A breezy winter day, for which Tsur =T[infinity]=15oC, h=30W /m2 K. The panel Emissivity is 0.90. When a vertical beam of light passes through a transparent medium, the rate at which its intensity I decreases is proportional to I(t), where t represents the thickness of the medium (in feet). In clear seawater, the intensity 3 feet below the surface is 25% of the initial intensity I0 of the incident beam. What is the intensity of the beam 18 feet below the surface Steam Workshop Downloader