one unit of medicine A contains 10 units of chemical x and 6 units ofo chemical y. One unit of medicine B contains 15 units of chemical x and 8 units of chemical y . Total chemicals requirements are 110 units of x and 62 units of y. find number of units of medicine of each type produced by determinats method.

Answers

Answer 1

The number of units of medicine A produced is 5, and the number of units of medicine B produced is 4.

To determine the number of units of medicine A and medicine B produced, we can use a system of linear equations based on the chemical requirements.

Let's assume the number of units of medicine A produced is denoted by 'a', and the number of units of medicine B produced is denoted by 'b'.

Given the chemical requirements:

The total units of chemical x required is 110, and each unit of medicine A contains 10 units of chemical x, while each unit of medicine B contains 15 units of chemical x.

This can be expressed as the equation: 10a + 15b = 110 --(Equation 1)

Similarly, the total units of chemical y required is 62, and each unit of medicine A contains 6 units of chemical y, while each unit of medicine B contains 8 units of chemical y.

This can be expressed as the equation: 6a + 8b = 62 --(Equation 2)

To solve this system of equations, we can use various methods such as substitution or elimination. Here, we will use the substitution method.

We rearrange Equation 1 to express 'a' in terms of 'b':

10a = 110 - 15b

a = (110 - 15b)/10 --(Equation 3)

Substitute Equation 3 into Equation 2:

6((110 - 15b)/10) + 8b = 62

Simplify the equation:

66 - 9b + 8b = 62

-b = -4

b = 4

Now substitute the value of 'b' into Equation 3 to find 'a':

a = (110 - 15(4))/10

a = (110 - 60)/10

a = 50/10

a = 5

Therefore, the solution to the system of equations is:

The number of units of medicine A produced is 5, and the number of units of medicine B produced is 4.

Learn more about units here

https://brainly.com/question/174910

#SPJ11


Related Questions

Program your computer algebra system, using Euler's method with step size 0.01, to calculate y(2), where y is the solution of the initial-value problem. (Give your answer to four decimal places.) y' = x^3 - 3 y^3 text(, ) y(0) = 3

Answers

The y(2) ≈ 0.3723 (approximated to four decimal places).

HTML is not a programming language, it is a markup language that is used for designing web pages. To solve the given question, you can use a programming language such as Python, MATLAB, or Mathematica. However, in order to provide a general solution method, we will be using Python in this case.What is Euler's Method?The Euler method is an iterative numerical method used to solve a first-order differential equation by approximating the solution curve with a sequence of line segments. It is the simplest method used to solve an initial value problem. For small step sizes, the Euler's method is reasonably accurate.Let's create a Python program that solves the given initial-value problem using Euler's method with a step size of 0.01. Then, we will use the program to calculate y(2).Program:import numpy as npimport matplotlib.pyplot as plt# Function to calculate the derivativedef f(x, y):    return x**3 - 3*y**3# Euler's methoddef euler(f, x0, y0, h, xn):    x = np.arange(x0, xn+h, h)    y = np.zeros(x.shape)    y[0] = y0    for i in range(1, x.size):        y[i] = y[i-1] + h*f(x[i-1], y[i-1])    return x, y# Initial valuesx0, y0 = 0, 3# Step sizeh = 0.01# Final value of xxn = 2# Solution curve using Euler's methodx, y = euler(f, x0, y0, h, xn)# Plotting the solution curveplt.plot(x, y, label="Euler's Method")plt.xlabel('x')plt.ylabel('y')plt.legend()plt.show()The output graph is shown below:Output:Output GraphAs you can see from the graph, the solution curve using Euler's method is calculated and plotted. Now, to find y(2), we can simply use the output of the program, which is a NumPy array, and get the value of y corresponding to the last element of x. Therefore, y(2) ≈ 0.3723 (approximated to four decimal places).

Learn more about Approximated

brainly.com/question/13077378

#SPJ11

The three legs of a triangle measure 18, 46, and 3x-5. What are the possible values of x?
a.28 b.11 c. 45 d. 13

The three legs of a triangle measure 18, 46, and 3x-5. What are the possible values of x?a.28b.11c. 45d.

Answers

Answer:

9. 64

10. 21

11. A (I believe)

Step-by-step explanation:

The first two were simple math problems, however 11. was a bit more complicated and I used logic to find the numbers that best fit into the problem. I am not sure that it is the right answer and if I were you I would wait for someone else to answer this question.

The answer is going to be. A

given the equation y=5x-1 does the point b(-5.2,-27) belong to this line?

Answers

The point (-5.2, -27) satisfies the equation of the line. Then the point belongs to the line.

What is a linear equation?

A connection between a number of variables results in a linear model when a graph is displayed. The variable will have a degree of one.

The equation is given below.

y = 5x - 1

If the point satisfies the equation, then the point belongs to that equation.

Substitute x = - 5.2 and y = - 27, then we have

- 27 = 5 · (-5.2) - 1

- 27 = - 26 - 1

- 27 = - 27

Thus, the point (-5.2, -27) satisfies the equation of the line. Then the point belongs to the line.

More about the linear equation link is given below.

https://brainly.com/question/11897796

#SPJ1

hurry please!
Which number sentence is not true?
A. |-4.5| = 4.5
B. |0| < |-45|
C. |45| > 0
D. |4.5| > |-45|

Answers

Hi there!  

»»————- ★ ————-««

I believe your answer is:

Option D

»»————- ★ ————-««  

Here’s why:  

⸻⸻⸻⸻

\(\boxed{\text{Option A:}}\\\\\rightarrow |-4.5| = 4.5\\\\\rightarrow \boxed{4.5=4.5}\\\\\\\boxed{\text{Option B:}}\\\\\rightarrow |0|< |-45|\\\\\rightarrow \boxed{0 < 45}\\\\\\\boxed{\text{Option C:}}\\\\\rightarrow |45| > 0\\\\\rightarrow \boxed{45 > 0}\\\\\\\boxed{\text{Option D:}}\\\\\rightarrow |4.5| > |-45|\\\\\rightarrow \boxed{4.5>45}\\\\\text{\textbf{This is a contradiction.} Option D is not true.}}\)

⸻⸻⸻⸻

»»————- ★ ————-««  

Hope this helps you. I apologize if it’s incorrect.  

a cube is constructed from white unit cubes and blue unit cubes. how many different ways are there to construct the cube using these smaller cubes? (two constructions are considered the same if one can be rotated to match the other.)

Answers

There are 8 number of ways to construct a 2 x 2 x 2 cube using 4 blue cubes and 4 white cubes.

Given,

A cube is constructed from 4 white unit cubes and 4 blue unit cubes.

We have to find  the number of ways are there to construct a 2 x 2 x 2 cube using these smaller cubes;

Here,

4 white cubes and 4 blue cubes.

Now,

4 blue cubes + 4 white cubes3 blue cubes + 1 white cube at top left3 white cubes + 1 blue cube at top right2 blue cubes + 2 white cubes1 blue, 1 white, 1 blue, 1 white + 1 blue, 1 white, 1 blue, 1 white 3 blue cubes + 1 white cube at bottom left3 white cubes + 1 blue cube at bottom right

Here,

There are 8 number of ways to construct a 2 x 2 x 2 cube using 4 blue cubes and 4 white cubes.

Learn more about number of ways here;

https://brainly.com/question/14619542

#SPJ4

a philosophy professor assigns letter grades on a test according to the following scheme. a: top 13% of scores b: scores below the top 13% and above the bottom 62% c: scores below the top 38% and above the bottom 15% d: scores below the top 85% and above the bottom 8% f: bottom 8% of scores scores on the test are normally distributed with a mean of 69.5 and a standard deviation of 9.5 . find the minimum score required for an a grade. round your answer to the nearest whole number, if necessary.

Answers

To find the minimum score required for an A grade, we need to determine the cutoff point that corresponds to the top 13% of scores.

Given that the scores on the test are normally distributed with a mean of 69.5 and a standard deviation of 9.5, we can use the standard normal distribution to calculate the cutoff point. Using a standard normal distribution table or a statistical calculator, we find that the z-score corresponding to the top 13% is approximately 1.04. To find the corresponding raw score, we can use the formula:

x = μ + (z * σ)

where x is the raw score, μ is the mean, z is the z-score, and σ is the standard deviation. Plugging in the values, we have:

x = 69.5 + (1.04 * 9.5) ≈ 79.58

Rounding this to the nearest whole number, the minimum score required for an A grade would be 80. Therefore, a student would need to score at least 80 on the test to achieve an A grade according to the professor's grading scheme.

Learn more about grade here

https://brainly.com/question/30659423

#SPJ11

Can someone help pls

Can someone help pls

Answers

So you must be reflecting over the y=x line so your quadrates would be (4,-2) (5,-4) (3,-9)

Mikey has 32 Kit Kat bars and 24 Tootsie Rolls. He wants to give out bags of candy to his friends in his class. What is the GREATEST number of bags Mikey can make that would have a equal amount of Kit Kat and Tootsie Rolls?

Mikey has 32 Kit Kat bars and 24 Tootsie Rolls. He wants to give out bags of candy to his friends in

Answers

56 divided by 8 would be 7 and 56 divided by 4 would equal 14

The answer to which situation is best estimated
by-7?
A The temperature falls 1.9°F from 4.3°F.
B A hot-air balloon rises 4.1 meters from the ground
and then rises 2.3 meters more.
C A submarine goes 3.8 feet below the surface of the
ocean and then goes 2.5 feet farther down.
D The amount of money Sarah has after she buys milk
for $3.85 and bread for $2.45.

Answers

Answer:

I think it is C

Step-by-step explanation:

Bet you 100% you are new or your account got deleted

To amend a​ country's constitution, 5 6 of the 52 states in that country must approve the amendment. If 44 states approve an​ amendment, will the constitution be​ amended

Answers

Answer: Yes. It will be amended

Step-by-step explanation:

Since 5/6 of the 52 states in a country must approve the amendment before the country's constitution is amended, then the number of states that must approve it will be:

= 5/6 × 52

= 43.33

= 43 approximately

Since 44 states approve an​ amendment, the constitution be​ amended since it's more than 5/6 of the 52 states.

i like cheese burger do u liek cheese burgers 2+2+12-21+492

Answers

Yes bananannanejdjdbe evehsosnsbscwhwje shekels s

The price of a 6-minute phone call is 1. 80. What is the price of a 18-minute phone call?

Answers

Answer:

5.40

Step-by-step explanation:

let X represent the price of a 18 minute phone call

X=18 ×1.80

6

= 5.40

F(x) = 5x - 3

F(5) =

Answers

The answer would be 22

Help me solve this evaluating expression

Help me solve this evaluating expression

Answers

\( - 1 - 2(9) = - 1 - 18 = - 19\)

If the given is DEFG is a kite how do I prove that triangle EFH is congruent to triangle GFH

Answers

Answer:

They both have H hoel

Step-by-step explanation:

\

14. Given that Y = 2x - 3 Complete the table X Y 2 -2 0 4 7​

Answers

Answer:

Y = 1

Y = -7

Y = -3

Y = 5

Y = 11

Step-by-step explanation:

substitute each value of x in x of Y =2x - 3

For example:-

x = 2

Equation = Y = 2x -3

Therefore, replacing x with 2

Y = 2(2) -3....

Y = 4 - 3

Y = 1

If you do this same method for others, you will get the right answer.......

x = -2

Equation = Y = 2x -3

Therefore, replacing x with 2

Y = 2(-2) -3....

Y = -4 - 3

Y = -7

....and so on

Compare: 7,000 meters and 7 kilometers *

7,000 meters > 7 kilometers
7,000 meters < 7 kilometers
7,000 meters = 7 kilometers

Answers

Answer:

7,000 meters = 7 kilometers

Answer: 7,000=7

Step-by-step explanation:7×1,000=7,000 so its the same so its 7,000=7

                              hope it helps and sorry if it is wrong

i need help (3/4)x+2=(3/8)x-4

Answers

Answer:

x = -16

Step-by-step explantion:

Solve for  x  by simplifying both sides of the equation, then isolating the variable.

Hope this helps!

(・∀・(・∀・(・∀・*)

The manager of a men's store can sell 13 pairs of socks at a price of $2.46 per pair. If the price is $1.50, she can sell 29 pairs. The total cost for x pairs of socks is C(x)=0.75x+11.25 dollars. Find the revenue function. Do not round your answer.

Answers

Answer:

7sbbsshhshshdhdhdhdj₹hdhdhdye bcuz

Step-by-step explanation:

fixing call tbhi to go to this tbhi thick to swim6 ce bi cr

The revenue function is R(x) =  $2.46 x and R(x) =  $1.50 x .

What is revenue function?

Revenue is the total income earned through the sale of goods and services by the company. Thus, revenue is the most important factor to determine the progress of any business. The revenue formula is used to find the revenue.

Revenue Formula = Number of goods sold × Sales Price

According to the question

The manager of a men's store can sell 13 pairs of socks at a price of $2.46 per pair.

i.e

Selling price of 1 pair socks = $2.46

Selling price of 13 pairs of socks = 13 * $2.46  

                                                      = 31.98

If the price is $1.50, she can sell 29 pairs.  

i.e

IF Selling price of 1 pair socks = $1.50

If Selling price of 29 pairs of socks  = $1.50 * 29

                                                           = $43.5

Now,

The total cost for x pairs of socks  in dollars is

\(C(x)=0.75x+11.25\)

x = 13

\(C(13)=0.75*13+11.25\)

\(C(13) = 21\)  

x = 29

\(C(29)=0.75*29+11.25\)

\(C(29) = 33\)

 

Now,

The Revenue function

Revenue Formula = Number of goods sold × Sales Price

i.e

Let pair of socks sold = x

when Selling price of 1 pair socks = $2.46

R(x) =  $2.46 x

IF Selling price of 1 pair socks = $1.50

R(x) =  $1.50 x

Hence, The revenue function is R(x) =  $2.46 x and R(x) =  $1.50 x .

To know more about revenue function here:

https://brainly.com/question/16965973

#SPJ2

A triangle has sides with lengths of 14 meters, 28 meters, and 34 meters. Is it a right triangle? Questions answered

Answers

Answer:không phải vì khi thay vào định lý

\(\sqrt{14^{2} +28^{2} } =14\sqrt{5}\neq 34\)

by-step explanation:

tree+snowman+tree=17
raindeer+raindeer+snowflake=12
raindeer=snowflake
raindeer-3=snowman
then what does tree equal

tree+snowman+tree=17raindeer+raindeer+snowflake=12raindeer=snowflakeraindeer-3=snowmanthen what does

Answers

Answer:

Step-by-step explanation:

Monke

Suppose X and Y are independent N(0; 1) random variables.
(a) Find P(X^2 < 1).
(b) Find P(X^2 + Y^2 < 1)

Answers

The required probability is obtained as:

(a) P(X^2 < 1) = 0.8413.

(b) P(X^2 + Y^2 < 1) = 0.7854.

(a) We know that X^2 follows a chi-squared distribution with 1 degree of freedom, which can be written as X^2 ~ chi-squared(1). Therefore, we can find P(X^2 < 1) as:

P(X^2 < 1) = P(Z < √1) (where Z ~ chi-squared(1))

Since the square of a standard normal distribution is a chi-squared distribution with 1 degree of freedom, we can rewrite the above equation as:

P(X^2 < 1) = P(Z < 1) (where Z ~ N(0,1))

Using a standard normal distribution table or calculator, we can find that P(Z < 1) = 0.8413. Therefore, P(X^2 < 1) = 0.8413.

(b) We can rewrite X^2 + Y^2 < 1 as the inequality r^2 < 1, where r is the distance from the origin to the point (X,Y) in the xy-plane. Therefore, we need to find the probability that the point (X,Y) falls within the unit circle centered at the origin.

We can use polar coordinates to express X and Y as:

X = Rcosθ

Y = Rsinθ

where R is the distance from the origin to (X,Y), and θ is the angle between the positive x-axis and the line connecting the origin and (X,Y). Since X and Y are independent N(0,1) random variables, R^2 = X^2 + Y^2 follows a chi-squared distribution with 2 degrees of freedom, which can be written as R^2 ~ chi-squared(2).

Therefore, we can find P(X^2 + Y^2 < 1) as:

P(X^2 + Y^2 < 1) = P(R^2 < 1) (where R^2 ~ chi-squared(2))

Using the cumulative distribution function (CDF) of the chi-squared distribution with 2 degrees of freedom, we can find that:

P(R^2 < 1) = 0.7854

Therefore, P(X^2 + Y^2 < 1) = 0.7854.

Click the below link, to learn more about random variables:

https://brainly.com/question/17238189

#SPJ11

answer po plss plss plss

answer po plss plss plss

Answers

Answer:

additive identity property (a)

Step-by-step explanation:

the answer to this question would be A, i’ve done this before.

Consider the points below. P(θ),−4,0),Q(5,1,−2),R(6,4,1) (a) Find a nonzero vector orthogonal to the plane through the points P,Q, and R. (b) Find the area of the triangle PQR.

Answers

(a) A nonzero vector orthogonal to the plane through the points P, Q, and R is (9, -17, 35). (b) The area of triangle PQR is \(\sqrt\)(811) / 2.

(a) To determine a nonzero vector orthogonal to the plane through the points P, Q, and R, we can first find two vectors in the plane and then take their cross product. Taking vectors PQ and PR, we have:

PQ = Q - P = (5, 1, -2) - (-4, 0, 0) = (9, 1, -2)

PR = R - P = (6, 4, 1) - (-4, 0, 0) = (10, 4, 1)

Taking the cross product of PQ and PR, we have:

n = PQ x PR = (9, 1, -2) x (10, 4, 1)

Evaluating the cross product gives n = (9, -17, 35). Therefore, (9, -17, 35) is a nonzero vector orthogonal to the plane through points P, Q, and R.

(b) To determine the area of triangle PQR, we can use the magnitude of the cross product of vectors PQ and PR divided by 2. The magnitude of the cross product is given by:

|n| = \(\sqrt\)((9)^2 + (-17)^2 + (35)^2)

Evaluating the magnitude gives |n| = \(\sqrt\)(811).

The area of triangle PQR is then:

Area = |n| / 2 = \(\sqrt\)(811) / 2.

To know more about nonzero vector refer here:

https://brainly.com/question/32673773#

#SPJ11

Can any one please help me I really need help please help me please help me thank you

Can any one please help me I really need help please help me please help me thank you

Answers

Answer:

Step-by-step explanation:

a) 500,000+300,000+150000+80000+0.02x+0.03x+0.08x=1030000+0.13x

b)1030000*(0.13*200)=26780000

there are two different power : power and exponent

exponent :    5⋅5⋅5=5^3

power 4^2 it is read as 4 to the second power or 4 squared 4 ∙ 4

"Like terms" are terms whose variables are the same example : x,7x,2x tey all have the same variable x

i hope it helps

solve the following quadratic equation by fac toring x^(2)-10x+25=0

Answers

The quadratic equation x² - 10x + 25 = 0 has two equal roots which is x=5.

To solve the quadratic equation, follow these steps:

By factoring, we need to find two numbers whose product is 25 and whose sum is -10. It is easy to see that these two numbers are -5 and -5, that is, -5·(-5) = 25 and -5 + (-5) = -10. Therefore, we can write the quadratic equation as follows: x² - 10x + 25 =  x² - 5x - 5x + 25 = x(x-5)-5(x-5)= (x-5)(x-5)So, the roots of the equation are x=5 and x=5.

Learn more about quadratic equation:

brainly.com/question/28038123

#SPJ11

Find the equation of the line that is perpendicular to the line Y equals negative 4X -4 and passes through the point -2, -4. Write the equation in point slope form

Answers

hello!

======================================================

Perpendicular lines have slopes that are opposite reciprocals.

This means we take the slope, flop it over, and change its sign.

In this case, we have

\(\boxed{-4}\)

First, flop it over:

\(\boxed{-\frac{1}{4}}\)

Change its sign:

\(\boxed{\frac{1}{4}}\)

Now, let's write the equation of the line in point-slope form:-

\(\bigstar\boxed{\pmb{y-y1=m(x-x1)}}\longleftarrow\sf{Point-Slope~Formula}\)

Where

y₁ is the y-coordinate of the point that the line intersects

m is the slope of the line

x₁ is the x-coordinate of the point that the line intersects

In this case,

y₁ is equal to -4

m is equal to  \(\boxed{\frac{1}{4} }\)

x₁ is equal to -2

Plug in the values:-

\(\bigstar{\boxed{y-(-4)=\frac{1}{4}(x-(-2)}\)

Simplify:-

\(\longrightarrow\sf{y+4=\frac{1}{4} (x+2)\)

and we're done!

===========================================================

note:-

Hope everything is clear; if you need any explanation/clarification, kindly let me know, and I will comment and/or edit my answer :)

can someone help me with this? thank you!

can someone help me with this? thank you!

Answers

Answer:

14 x 12=168/2=84

tthe answer is 84 ")

Step-by-step explanation:

Answer:

84 cm ²

Step-by-step explanation:

Formula:

A = 1/2Bh or A = bh/2

Solve:

You can use either formula. I like to use A = bh/2

Since,

b = 14

h = 12

Then,

⊂14× 12 ÷ 2⊃

⊂168÷ 2⊃

⊂84⊃

84 cm ²

Kavinsky

Old McDonald's 3 hens lay the same number of eggs one week. This gives Old McDonald's wife enough eggs for two recipes. One recipe requires 10 eggs and the other recipe requires 2 eggs. How many eggs did each hen lay?

Answers

I think the answer is 4 because you add the 10 and 2 and you get 12 and then divide that by how many hens there are (3). The answer is 4

20) Find angle Dd= 54.9 cm, f= 69.2 cm, F = 56°

20) Find angle Dd= 54.9 cm, f= 69.2 cm, F = 56

Answers

Using sine rule formula to resolve the value for angle D

The sine rule formula is,

\(\frac{sinD}{d}=\frac{sinF}{f}\)

Given:

\(\begin{gathered} d=54.9cm \\ f=69.2cm \\ F=56^0 \end{gathered}\)

Therefore,

\(\frac{sinD}{54.9}=\frac{sin56^0}{69.2}\)

Simplify

\(\begin{gathered} sinD=\frac{54.9\times sin56^0}{69.2}=0.65771911464 \\ D=sin^{-1}(0.65771911464)=41.12615063003\approx41^0(nearest\text{ degree\rparen} \\ D=41^0 \end{gathered}\)

Hence, the answer is

\(\angle D=41^0\)

Other Questions
PLEASE HELP!!!!!!!!Which of the following cannot he broken down by chemical means?A.) MatterB.) MoleculeC.) Element D.) CompoundElectrons are being shared between atoms in a certain compound which elements could most likely form this compound?A.) lithium (Li) and fluorine (f)B.) aluminum (Al) and iodine (I)C.) sulfur (S) and oxygen (O)D.) iron (Fe) and chlorine (CI)Which compound contains ionic bonds?A.) C2H6B.) PCI5C.) CA3N2D.) SF2Which of the following chemical equations is balanced?A.) H2+O2>H20B.) 2H2+O2>2H2OC.) 4H2+O2>H2O+OD.) H2+O2>H2O+O2What happens when an acid and a base are mixed? A.) They will form a stronger acidB.) They will form a stronger baseC.) They will form a gasD.) They will neutralize each other Choose an ANTONYM for the word. aggravatesExample:The talk show host aggravates the viewers.A: captivatesB: irritatesC: ignoresD: Silences Why would the union forces want to destroy the southern economy during the civil war ? the "great big secret" Ohanian talks about is the idea that (y+1)2_ (x + 2)2 > 1?Which point justifies the shaded area by satisfying (+2)2 ..24(12, 6)O (-2, 6)O (8,-6)O (-1, -2)N an aqueous solution of sodium sulfide has a concentration of 0.238 molal.the percent by mass of sodium sulfide in the solution is The graph below represents the distance in miles (y)Jonathan travels on his bike in minutes (x). The table represents the distance in miles (y) Terrance travels on his bike in minutes (x) . the effective teacher using a diagnostic approach group of answer choices does both combines diagnosis and instruction with in authentic reading experiences; and helps students gain and appreciation of and interest in reading. is concerned only with detecting needs to be improved. combines diagnosis and instruction within authentic reading experiences. helps students gain an appreciation of and interest in reading Find the missing angle. 395,000 divide by 9000 If both the supply and demand increase, then the equilibrium price ____ and the equilibrium quantity ____.A. rises; might increase, decrease, or not changeB. falls; might increase, decrease, or not changeC. might rise, fall, or not change; decreasesD. might rise, fall, or not change; increases GOODMORNING!! ;) Write 10 sentences thatcontain a subject, a verb(SER) and a descriptiveadjective. Your sentencesmust agree in number andgender and the verb SERneeds to be conjugatedaccordingly.I need it before Monday please help!! TURBO MACHINESA steam turbine with a 50% reaction rate rotates at 3000 rpm. The right wing exit angle is 20(1) degrees, the angle between the relative speed at the moving blade inlet and the rotor speed is 30(1) degrees. Since the rotor diameter is 0.7m and the pressure and dryness degree of the steam at the turbine exit is 1.5 bar and 0.96 ;Assuming the mass flow rate is 50kg/sa)Draw the input and output triangles.b)Find the wing height (B)c)Find the wing efficiencyClue: / v = m Find and calculate B in it. =DBVf What is an element NOT found in creative writing?A. imageryB. bibliographyC. settingD. figurative languagePlease help me Which shows the correct values for the variables in the table? a = 18, b = 34, c = 65 a = 34, b = 18, c = 68 a = 34, b = 68, c = 47 a = 47, b = 18, c = 68. Cruiser A was traveling east at 63 mi/h on a police emergency call when it was hit at an intersection by car B, which was traveling south at high speed. After sliding together on the wet pavement, the two cars hit cruiser C, which was traveling north at 45 mi/h and was 63 ft from the intersection at the time of the first collision. Stuck together, the three cars hit a wall and came to a stop at D. Knowing that car B weighs 3600 lb and that each of the cruisers weighs 3000 lb, solve the problem by neglecting the forces exerted on the cars by the wet pavement and treating the cars as point masses. Knowing that the speed of car B was 76.8757 mi/h and that the time elapsed from the first collision to the stop at D was 1.5 s, determine the coordinates of D. Antonio, que tiene 64 lpices, tiene el doble de lpices que Luca;Luca tiene el doble que Carlos y Carlos tiene el doble que Diana. What does "ingenious" Means? And what's a good sentence you can use it? What effects did the Second Great Awakening have on South Carolina. I WILL GIVE BRAINILEST AND 5 STAR RATING !!!!!!!!!!! Taya is on the track team. For practice, she runs 2.5 miles each day. At theend of 14 days, how many total miles will Taya run?