how many marks will be deducted if I write 3 steps wrong out of 7 steps in math exam (total 8 marks!!)​

Answers

Answer 1

Step-by-step explanation:

If all of the steps have the same value

then  3/7 *  8 marks = 3.43  marks deducted  ( maybe rounded to  -3 marks)


Related Questions

Which statement below is true about TB incidence in 2019? The Texas TB incident rate is above the national target The Texas TB incident rate is below the national average The Texas TB incident rate is roughly equal to the 2025 national target TB incidence was not collected for the year 2019

Answers

According to TB incidence data from 2019, the true statement about TB incidence in that year is that "The Texas TB incident rate is above the national target."

TB incidence in 2019 refers to the statistical measure of the occurrence of tuberculosis disease within a specific region or population during that year. It provides valuable insights into the number of individuals infected by TB bacteria and the reported cases of the disease within the same timeframe. In this context, the available data indicates that the TB incident rate in Texas surpasses the national target. This suggests that the incidence of tuberculosis cases in Texas exceeded the desired level set as a goal at the national level.

It's important to note that without further details, such as the specific national target or the actual incidence rates, we cannot provide precise figures or make comparisons to other options. However, based on the given statement, we can conclude that the TB incident rate in Texas in 2019 was higher than the intended national target.

Learn more about the TB incidence rates and their implications on public health efforts:

https://brainly.com/question/14758805

#SPJ11

HELP ASAP AND PLEASE PUT THE STEPS

HELP ASAP AND PLEASE PUT THE STEPS

Answers

Answer:

hii

Step-by-step explanation:

interior corner of the triangle is 180°

180° - 78° - 90° = 12°

x = 12°

2y - 1 = 24

2y = 24 + 1

y = 25/2

y = 12.5

>Some jellyfish have skeletons that are formed by fluid-filled compartments. This fluid resists compression and thus supports the body structure from deforming. Which term describes these skeletons

Answers

The term that describes jellyfish skeletons formed by fluid-filled compartments is hydrostatic skeletons.

Hydrostatic skeletons are a type of skeletal system found in certain invertebrates, including jellyfish. These skeletons rely on the pressure of fluid within the body to provide support and maintain the body structure. In jellyfish, the fluid-filled compartments act as a hydrostatic skeleton, resisting compression and preventing the body from collapsing or deforming. This enables jellyfish to maintain their shape and move through the water with flexibility. By adjusting the internal pressure of the fluid-filled compartments, jellyfish can control their buoyancy and movement. Hydrostatic skeletons are advantageous for organisms that live in aquatic environments, allowing for efficient locomotion and adaptation to varying water conditions.

Learn more about Hydrostatic skeletons here:

https://brainly.com/question/31642125

#SPJ11

write a for loop that prints the integers 0 through 39, each value on a separate line.

Answers

In programming, a loop is a control structure that allows us to execute a block of code repeatedly. A for loop is a type of loop that is commonly used when we need to repeat a set of instructions for a specific number of times.

In this case, we want to print the integers 0 through 39, each value on a separate line.

Here's an example of a for loop in Python that accomplishes this:

for i in range(40):

   print(i)

In this loop, the variable `i` takes on the values 0 through 39, one at a time, on each iteration of the loop. The range(40) function generates a sequence of integers from 0 to 39, which is used to control the loop.

The print() function outputs the value of `i` to the console on each iteration, followed by a newline character which creates a new line for each value.

To break this down further, the 'for' keyword initiates the loop and the `in` keyword specifies the range of values for the loop. The `range()` function generates a sequence of integers starting at 0 and ending at 39.

The `print()` function outputs each value to the console followed by a newline character which creates a new line for each value. This loop will execute a total of 40 times, printing each value on a separate line.

In summary, the for loop is a powerful and flexible tool in programming that allows us to automate repetitive tasks. In this example, we used a for loop to print the integers 0 through 39, each on a separate line, in a concise and efficient manner.

To know more about loop refer here:

https://brainly.com/question/14390367?#

SPJ11

4. Show that the matrix [XX-X'Z(ZZ)-¹Z'X). where both the x & matrix X and the x matrix Z. have full column rank and m2, is positive definite. Discuss the implications of this result in econometrics.

Answers

To show that the matrix A = [XX - X'Z(ZZ)^(-1)Z'X] is positive definite, we need to demonstrate two properties: (1) A is symmetric, and (2) all eigenvalues of A are positive.

Symmetry: To show that A is symmetric, we need to prove that A' = A, where A' represents the transpose of A. Taking the transpose of A: A' = [XX - X'Z(ZZ)^(-1)Z'X]'. Using the properties of matrix transpose, we have:

A' = (XX)' - [X'Z(ZZ)^(-1)Z'X]'. The transpose of a sum of matrices is equal to the sum of their transposes, and the transpose of a product of matrices is equal to the product of their transposes in reverse order. Applying these properties, we get: A' = X'X - (X'Z(ZZ)^(-1)Z'X)'.  The transpose of a transpose is equal to the original matrix, so: A' = X'X - X'Z(ZZ)^(-1)Z'X. Comparing this with the original matrix A, we can see that A' = A, which confirms that A is symmetric.  Positive eigenvalues: To show that all eigenvalues of A are positive, we need to demonstrate that for any non-zero vector v, v'Av > 0, where v' represents the transpose of v. Considering the expression v'Av: v'Av = v'[XX - X'Z(ZZ)^(-1)Z'X]v

Expanding the expression using matrix multiplication : v'Av = v'X'Xv - v'X'Z(ZZ)^(-1)Z'Xv. Since X and Z have full column rank, X'X and ZZ' are positive definite matrices. Additionally, (ZZ)^(-1) is also positive definite. Thus, we can conclude that the second term in the expression, v'X'Z(ZZ)^(-1)Z'Xv, is positive definite.Therefore, v'Av = v'X'Xv - v'X'Z(ZZ)^(-1)Z'Xv > 0 for any non-zero vector v. Implications in econometrics: In econometrics, positive definiteness of a matrix has important implications. In particular, the positive definiteness of the matrix [XX - X'Z(ZZ)^(-1)Z'X] guarantees that it is invertible and plays a crucial role in statistical inference.

When conducting econometric analysis, this positive definiteness implies that the estimator associated with X and Z is consistent, efficient, and unbiased. It ensures that the estimated coefficients and their standard errors are well-defined and meaningful in econometric models. Furthermore, positive definiteness of the matrix helps in verifying the assumptions of econometric models, such as the assumption of non-multicollinearity among the regressors. It also ensures that the estimators are stable and robust to perturbations in the data. Overall, the positive definiteness of the matrix [XX - X'Z(ZZ)^(-1)Z'X] provides theoretical and practical foundations for reliable and valid statistical inference in econometrics.

To learn more about eigenvalues click here: brainly.com/question/29861415

#SPJ11

What is defined as the incorporating paraphrasing restating or generating in a new form information that is already classified?

Answers

The incorporating paraphrasing restating or the rephrasing or restating information that has already been classified is commonly known as paraphrasing.

It process mainly will involve the taking of the original information and expressing it in a new way while maintaining the same meaning. This can be done by changing the wording, and sentence structure, or by using synonyms. The goal of paraphrasing is to make the information more understandable or to make it suitable for a different audience or purpose. It is often used in academic writing to avoid plagiarism by not using the same words or phrases as the original source.

Learn more about paraphrasing here: https://brainly.com/question/24729251

#SPJ4


What is the distance between the points (7, 8) and (-8, 0) on a coordinate grid

Answers

Hence, the distance between (7,8) and (-8,0) is:17


explanation: (a,b)=(7,8) and (c,d)=(-8,0)

A continuous function graph shows unbroken lines or curves or part of a line or curve.

A continuous function graph shows unbroken lines or curves or part of a line or curve.

Answers

This is very true for a function that is continuous.

Penny is building a shed. She wants to cover the triangular part of the front side with wood shingles. What area of the shed will be covered with wood shingles?

Penny is building a shed. She wants to cover the triangular part of the front side with wood shingles.

Answers

Answer:

Hope the picture will help you.....

Penny is building a shed. She wants to cover the triangular part of the front side with wood shingles.


32 shirts are sold every 4 hours. What is the unit rate?

Answers

The unit rate for the given case is 8 shirts per hour.

What is the ratio of two numbers?

The ratio of two numbers a and b can be written as a : b = a/b. The ratio of two quantities is the unit rate of one quantity with respect to the other.

The total number of shirts are 32.

And, the time for sale is 4 hours.

Now, the unit rate can be calculated by taking the ratio of shirts and time as below,

Unit rate = Number of shirts ÷ Time

⇒ 32 ÷ 4 = 8

Hence, the unit rate of the sale is 8 shirts per hour.

To know more about ratio click on,

brainly.com/question/13419413

#SPJ1

let w = span{u1, u2} where u1 = 2 5 −1 and u2 = −2 1 1 . let y = 3 2 1 , find the orthogonal projection of y onto w

Answers

The orthogonal projection of y onto the subspace spanned by w is (2 2 0).

To find the orthogonal projection of vector y onto the subspace spanned by vectors u1 and u2, we can use the formula:

Proj_w(y) =  ((y · u₁) / (u₁ · u₁)) * u₁ + ((y · u₂) / (u₂ · u₂)) * u₂

where "." represents the dot product.

Let's calculate step by step:

Calculate the dot products:

y·u₁ = 3 * 2 + 2 * 5 + 1 * (-1) = 6 + 10 - 1 = 15

u₁·u₁ = 2 * 2 + 5 * 5 + (-1) * (-1) = 4 + 25 + 1 = 30

y·u₂ = 3 * (-2) + 2 * 1 + 1 * 1 = -6 + 2 + 1 = -3

u₂·u₂ = (-2) * (-2) + 1 * 1 + 1 * 1 = 4 + 1 + 1 = 6

Calculate the scalar multiples:

((y·u₁) / (u₁·u₁)) = 15 / 30 = 0.5

((y·u₂) / (u₂·u₂)) = -3 / 6 = -0.5

Calculate the orthogonal projections:

Proj_w(y) = 0.5 * u₁ + (-0.5) * u₂

Now we substitute the values of u₁ and u₂ into the equation:

Proj_w(y) = 0.5 * (2 5 -1) + (-0.5) * (-2 1 1)

= (1 2.5 -0.5) + (1 -0.5 -0.5)

= (1 + 1 2.5 - 0.5 - 0.5)

= (2 2 0)

Therefore, the orthogonal projection of y onto w is (2 2 0).

To know more about orthogonal projections, click here:

https://brainly.com/question/27749918

#SPJ4

Help. Match each equation with its corresponding graph.

Help. Match each equation with its corresponding graph.

Answers

17 = C, 19 = B and 18 = A

Answer:

y = \(\frac{3}{2}\)x-3 ; Graph C

2x + 6y = -6 ; Graph A

y = \(\frac{1}{2}\)x + 2; Graph B

Help. Match each equation with its corresponding graph.
Help. Match each equation with its corresponding graph.
Help. Match each equation with its corresponding graph.

The height h, in feet, of a projectile t seconds after launch is modeled by the equation h=32t-16t^2.

Answers

Complete question is;

The height h, in feet, of a projectile t seconds after launch is modeled by the equation h = 32t – 16t². How long after launch does the projectile return to the ground?

Answer:

2 seconds

Step-by-step explanation:

We are told that the height function is given by;

h = 32t – 16t²

Now, the velocity will be the derivative of the height equation.

Thus;

v(t) = dh/dt = 32 - 32t

Now, for projectiles, at max height, v = 0.

Thus;

32 - 32t = 0

32t = 32

t = 32/32

t = 1 s

It will take the same time it took to get to Max height as it will to get to ground from that height.

Thus, total height = 1 + 1 = 2 seconds

Felipe's solution to an equation is shown below.

Given: x² + 6x +8=0
Stepl: (x+2)(x+4)=0
Step2: x+2 =0 or X+4=0
Step3: x=-2 or x=-4

Which property of real numbers did Felipe use for step 2?
A. Distributive property of multiplication over addition

B. Multiplication property of equality

C. Commutative property of multiplication

D. Zero product property of multiplication

Answers

Answer:

D. Zero product property of multiplication

Step-by-step explanation:

The property of real numbers that Felipe used for step 2 is Zero product property of multiplication.

The zero product property of multiplication states that if any two factors of an algebraic expression is multiplied together and equated to zero, at least one of the expressions is equal to zero.

In the above question, factorising the algebraic expression above, we have two factors:

(x+2) and (x+4),

(x+2) (x+4) = 0

Hence,

x+2 =0 or X+4=

Therefore, Option D is correct.

5/8+(-3/5)+(-5/8)+5/3 what is the answer

Answers

Answer:

16/15

Step-by-step explanation:

I hope this is helpfull

Daniel wants to buy Five-sixths of a pound of pecans. Pecans cost $7.98 per pound. How much will Daniel spend on pecans?

A. $6.65
B. $7.15
C. $8.00
D. $10.00

Answers

Answer:

A. $6.65

Step-by-step explanation:

To find how much 1/6 is you divide $7.98 by 6 and so the answer is $1.33. Now multiply $1.33 by 5 to get 5/6 or get the answer $6.65.

Brad buys two packages of mushrooms. He paid $11.25 for 2/3 lb of Cremini mushrooms and $7.99 for 1/2 lb of Chanterelle mushrooms. Which mushroom cost less per pound?

Cremini mushrooms cost less by $0.10
Chanterelle mushrooms cost less by $0.10
Chanterelle mushrooms cost less by $0.90
Cremini mushrooms cost less by $0.90

Answers

Answer:

C. (Chanterelle mushrooms cost less by $0.90)

Step-by-step explanation:

Divide 11.25 by 2/3, for the total amount of pound for the Cremini.

Do the same thing for Chanterelle, but the numbers given for it.

We than find out that Cremini=16.87, and Chanterelle=15.98

Now that we know Cremini is more that Chanterelle, we need to find the difference, by subtracting The bigger number by the smaller number.

Our answer is 0.89, but we will round it to 0.90.

Now we know that the Cremini costs more by $0.90, and the Chanterelle costs less by $0.90

Answer:

Step-by-step explanation:

Cost of 1 lb of Cremini mushrooms= 11.25×3/2=33.75/2=16.875 $≈$16.88

Cost of 1 lb of Chanterelle mushrooms=7.99×2/1=$15.98

Chanterelle mushrooms cost 16.88-15.98=$0.90 less

I will give you 30 points

I will give you 30 points

Answers

1. Three examples of situations where consistency is important:

HealthcareFinancial transactionsSports Rules

How do these portray consistency?

Healthcare: when treating patients, healthcare providers must follow consistent procedures and protocols to ensure that every patient receives the same level of care.

Financial transaction: when making financial transactions, it is important to follow regular security rules to prevent fraud.

Support rules: Adherence to consistent rules and regulations in sports is essential to ensure fair play and the safety of all participants.

2. The number 0 is important in mathematical systems because it represents the absence of a number and serves as a placeholder. Without zero, our mathematical system would be affected in many ways. For example, writing the number 100 would be difficult without the zero. Without the invention of zero, progress in mathematics would have been delayed.

learn more about consistent: https://brainly.com/question/14633769

#SPJ1

Determine the average rate of a function

Determine the average rate of a function

Answers

The average rate of change of the quadratic function f(x) on the interval [0, 15] is equal to 23.

How to determine the average rate of change?

In Mathematics, the average rate of change of a function f(x) on a closed interval [a, b] can be determined by using this mathematical equation (formula):

Average rate of change = [f(b) - f(a)]/(b - a)

Next, we would determine the average rate of change of the function f(x) over the interval [0, 15]:

a = 0; f(a) = -x² + 8x + 20

f(0) = -0² + 8(0) + 20

f(0) = 20

b = 9; f(b) = 365

f(15) = -15² + 8(15) + 20

f(15) = 365

By substituting the parameters into the average rate of change formula, we have the following;

Average rate of change = (365 - 20)/(15 - 0)

Average rate of change = 345/15

Average rate of change = 23.

Read more on average rate of change here: brainly.com/question/23715190

#SPJ1

let be the set of vectors in with the following definition of addition and scalar multiplication: addition: scalar multiplication: determine which of the vector space axioms are satisfied.

Answers

The given set of vectors in R with the defined addition and scalar multiplication operations does not satisfy the closure properties, violating the vector space axioms.

In the first part, the set of vectors with the given operations does not satisfy all of the vector space axioms.

In the second part, let's examine the vector space axioms to determine which ones are not satisfied.

Closure under addition: The axiom states that for any vectors u and v in the set, the sum u + v must also be in the set. If we consider the vectors (1, 0) and (0, 1), their sum is (1, 1), which is not in the given set. Therefore, closure under addition is not satisfied.

Closure under scalar multiplication: The axiom states that for any scalar c and vector u in the set, the scalar multiple c * u must be in the set. If we consider the vector (1, 1) from the previous example, multiplying it by a scalar c will result in the vector (c, c). However, for certain values of c, such as c = 2, the resulting vector (2, 2) is not in the given set. Hence, closure under scalar multiplication is not satisfied.

Since the set does not satisfy closure under addition and closure under scalar multiplication, it does not satisfy the vector space axioms.

Learn more about scalar multiplication here:

https://brainly.com/question/30221358

#SPJ11

What is the diameter of the smallest circle that would enclose 2,000 pennies?

Answers

Answer:

Almost about 4500 mm

Step-by-step explanation:

Measure the pennies width and estimate. Multilpy by 2000 and there you go!

The function f(x)=4x^4+4x^3−11x^2−3x+6 has at least two rational roots. Use the rational root theorem to find those roots, then proceed to find all complex roots. (Note: roots may be integer, rational, irrational, and/or complex. )

There is how many roots
What are the roots

Answers

The roots are x = -3, x = 1/2, x = 1, x = 1 hence the function f(x)=4\(x^{4}\)+4\(x^{3}\)−11\(x^{2}\)−3x+6 has a total of four roots, since the degree of the polynomial is 4.

To find the rational roots, we can use the Rational Root Theorem. The Rational Root Theorem states that any rational root of the polynomial f(x) must be in the form of p/q, where p is a factor of the constant term (6) and q is a factor of the leading coefficient (4).

The factors of 6 are 1, 2, 3, and 6. The factors of 4 are 1, 2, and 4. Therefore, the possible rational roots are:

±1, ±2, ±3, ±6, ±1/2, ±3/2, ±1/4, ±3/4

We can test these possible roots by plugging them into the function and seeing if the result is 0.

After testing, we find that the rational roots are x = -3 and x = 1/2.

To find the remaining complex roots, we can use synthetic division to divide the polynomial by (x + 3) and (x - 1/2) to obtain a quadratic equation.

The quadratic equation is 4\(x^{2}\) - 8x + 4 = 0.

Using the quadratic formula, we can find the remaining two complex roots:

x = (-(-8) ± √((-8\()^{2}\) - 4(4)(4)))/(2(4))
x = (8 ± √(64 - 64))/8
x = (8 ± 0)/8
x = 1

Therefore, the four roots of the function are:

x = -3, x = 1/2, x = 1, x = 1

Note: The last two roots are both equal to 1, so they are considered a double root.

So, the roots of the function f(x)=4\(x^{4}\)+4\(x^{3}\)−11\(x^{2}\)−3x+6 are -3, 1/2, and 1 (with a multiplicity of 2).

Additional questions on solving roots can be obtained here: https://brainly.com/question/30847490

#SPJ11

A 25-year-old wants to establish an annuity for retirement purposes. He wants to make monthly deposits for 40 years so that he can then make monthly withdrawals of $3,000 for 20 years. The annuity earns 6.3% interest compounded monthly. a. How much will have to be in the account at the time he retires?

b. How much should be deposited each month for 40 years in order to accumulate
the required amount? NOTE: PV from part a = A in part b.
c. What is the total amount of interest earned during the 60-year period?
Total value of payments received – Total value of payments deposited.Find PV of annuity (loans): = �−�+
�(−)�


Savings plan payment required to attain PV in part a: = ∙�

��+
�()
−�

Answers

The solution is, Deryl should deposit $214.24 monthly.

What is the compound interest?

Compound interest is when you earn interest on both the money you've saved and the interest you earn.

here, we have,

The amount required to support annual payments of $100,000 for 25 years can be computed using the amortization formula:

 A = Pr/(1 -(1+r)^-t) . . . .

where A is the annual payment,

P is the initial principal amount,

r is the annual interest rate

and t is the number of years.

Filling in the numbers, we can find P to be ...

 P = A(1 -(1 +r)^-t)/r = 100,000(1 -1.1268^-25)/.1268 ≈ 748,767.70

This we want to be the future value (S) of the series of 360 monthly payments (P) earning annual rate r. The sum of those payments is ...

 S = P((1+r/12)^360 -1)/(r/12)

Filling in the numbers and solving for P, we get ...

 748767.70 = P((1.01^360 -1)/0.01) = 3494.96413P

 P = 748767.70/3494.96413 ≈ 214.24

Deryl should deposit $214.24 monthly.

To learn more on Compound interest click:

brainly.com/question/29335425

#SPJ1

Mixture A ue 2 coop of powder and 5 ounce of water. Mixture B ue 16 coop of powder and 22 ounce of water. Write 2 ratio that can be ued to compare and determine which mixture i tronger

Answers

In mixture A, the concentration of powder is 2/7. In mixture B, the concentration of powder is 16/38. To determine which mixture is stronger, we can compare the two concentrations. The larger the concentration, the stronger the mixture will be.

To compare the strength of the two mixtures, we can look at the ratio of powder to water. In mixture A, the ratio is 2 scoops of powder to 5 ounces of water, which can be written as 2/5. In mixture B, the ratio is 16 scoops of powder to 22 ounces of water, which can be written as 16/22.

To determine which mixture is stronger, we can compare the two ratios. The larger the ratio, the stronger the mixture will be.

Another way to compare the strength of the two mixtures is to look at the concentration of powder in each mixture. To calculate the concentration of powder in each mixture, we can divide the amount of powder by the total volume of the mixture.

In mixture A, the concentration of powder is 2 scoops / (2 scoops + 5 ounces) = 2/7. In mixture B, the concentration of powder is 16 scoops / (16 coops + 22 ounces) = 16/38. To determine which mixture is stronger, we can compare the two concentrations. The larger the concentration, the stronger the mixture will be.

To know more about concentration, here

https://brainly.com/question/10720472

#SPJ4

please help true false question :p

please help true false question :p

Answers

the answers in order are false, false, true

A jar has 10 red marbles, 3 blue marbles, and 7 yellow marbles. What percent of the marbles are blue?

Answers

Answer:

3/20 1.5/10 15/100 15%

Step-by-step explanation:

done

Answer:

I think the answer is 15%

Step-by-step explanation:

15%of the marbles are blue.

\( \frac{3}{20} \binom{ \times }{ \times } \frac{5}{5} = \frac{15}{100} \)

\( \frac{15}{100} = 15\%\)

carman has saved 80% of the money she needs to buy a new video game. if she saved$36 how much does the video game cost

Answers

Carman buy the video game in the cost of $45.

What is mean by Percentage?

A number or ratio that can be expressed as a fraction of 100 or a relative value indicating hundredth part of any quantity is called percentage.

We have to given that;

Carman has saved 80% of the money she needs to buy a new video game.

And, she saved the cost $36.

Let total cost of the video game = x

So, We can formulate;

⇒ 80% of x = $36

⇒ 80/100 × x = 36

⇒ 8x = 360

⇒ x = $45

Learn more about the percent visit:

https://brainly.com/question/24877689

#SPJ1

aya has 14 2/5 feet of chain. She wants to make pieces foot long math. How many can she make? b Solve the problem using decimals

Answers

Aya can make 14 mats of 1 foot long.

What is division?

Division is one of the fundamental arithmetic operation, which is performed to get equal parts of any number given, or finding how many equal parts can be made. It is represented by the symbol "÷" or sometimes "/"

Given that, Aya has 14\(\frac{2}{5}\) feet of chain. She wants to make pieces foot long mat.

Let can make x mats out of the given chain, since each mat is 1 foot long, so,

1×x =  14\(\frac{2}{5}\)

x = 72/5

x = 14.4

x ≈ 14

Hence, She can make 14 mats out of the given chain.

For more references on division, click;

https://brainly.com/question/21416852

#SPJ1

Can someone please help me

Can someone please help me

Answers

$9.50
You take each price of the games so, 1x2=2 2x2=4 2.25x2=4.5. Then add it up = 10.50. Since you already used ten you do 20-10.50 and get 9.50

Evaluate 6/8×4/5 Give your answer in its simplest form.

Answers

Answer: 3/8

Step-by-step explanation:

Answer:

your answer is

its 3.5

Evaluate 6/84/5 Give your answer in its simplest form.
Other Questions
Women show ________ facial expression of emotion than men while viewing frightening films, and they show ________ facial expression of emotion than men while viewing happy films. In your own words, How did Globalization transform human interactions with the environment? moral responsibilities and moral rule are terms most commonly associated with what type of justice? The temperature of a room is 10C. A heated object needs 20 minutes to reduce its temperature from 80C to 50C. Assuming that the temperature of the room is constant and the rate of the cooling of the body is proportional to the difference between the temperature of the heated object and the room temperature. (a) Evaluate the time taken for the heated object to cool down to 30C. Find the temperature of the object after 50 minutes. (b) Need the answer fast question is on the problem will mark brainliestNO LINKS PLEASE How can you tell that punch cards generally did not use the binary system to store data? find the average value of the function over the given interval. (round your answer to three decimal places.) f(x) = 20 ln(x) x , [1, e] Why did Han officials encourage peasants to be independent and productive?A. All peasants had high social ambitions and were easily coerced into doing difficult jobs for the possibility of advancement.B. China's peasants were well known for their military skills and were required to serve in the emperor's army.C. Most peasants also had secondary skills such as metalworking and weaving and were vital to keeping the economy strong.D. Peasants made up the bulk of the population and contributed vital taxes and labor services to the state. Find f(-3) if f(x) = x 2.A) 6B-9C)9D-6 Work out the coordinates of B Is -15 irrational or rational in reviewing research on power, you discover that there are three other common sources of power in organizations. which of the following are included in that list? check all that apply. information machiavellianism locus of control network of relationships True or false: Income tax expense recognized each period should be based on the accrual concept, regardless of when the tax laws require the tax to be paid. For the triangles to be congruent by hl, what must be the value of x? 8 9 17 34 Smooth muscle fibers are fusiform or ________-shaped. 5-To prepare the promotional strategy for your company, youconduct research on the effect of advertising spend on salesrevenue. Which type of research are you conducting?causalexploratorysecondar If a puzzle measures 14 in x 16 in, how many inches of frame for the puzzle? Review. The use of superconductors has been proposed for power transmission lines. A single coaxial cable (Fig. P32.71) could carry a power of 1.00x10 MW (the output of a large power plant) at 200kV, DC , over a distance of 1.00x10 km without loss. An inner wire of radius a=2.00cm, made from the superconductor Nb Sn, carries the current I in one direction. A surrounding superconducting cylinder of radius b=5.00cm would carry the return current I. In such a system, what is the magnetic field (a) at the surface of the inner conductor a young's double-slit experiment is performed using light that has a wavelength of 629 nm. the separation between the slits is 5.25e-5 m. calculate the angle that locates the first-order bright fringes on the screen. Equalvant Terms to 6(5x + 9y)