i need help please
2. Majority Rules [15 points] Consider the ternary logical connective # where #PQR takes on the value that the majority of P, Q and R take on. That is #PQR is true if at least two of P,

Answers

Answer 1

#PQR = (P ∧ Q) ∨ (Q ∧ R) ∨ (R ∧ P) expresses the ternary logical connective #PQR using only P, Q, R, ∧, ¬, and parentheses.

To express the ternary logical connective #PQR using only the symbols P, Q, R, ∧ (conjunction), ¬ (negation), and parentheses, we can use the following expression:

#PQR = (P ∧ Q) ∨ (Q ∧ R) ∨ (R ∧ P)

This expression represents the logic of #PQR, where it evaluates to true if at least two of P, Q, or R are true, and false otherwise. It uses the conjunction operator (∧) to check the individual combinations and the disjunction operator (∨) to combine them together. The negation operator (¬) is not required in this expression.

The correct question should be :

Consider the ternary logical connective # where #PQR takes on the value that the majority of P,Q and R take on. That is #PQR is true if at least two of P,Q or R is true and is false otherwise. Express #PQR using only the symbols: P,Q,R,∧,¬, and parenthesis. You may not use ∨.

To learn more about ternary operators visit : https://brainly.com/question/23559673

#SPJ11


Related Questions

Ben reads 6 pages of a book in 8 minutes, 9 pages in 12 minutes, and 30 pages in 40 minutes.
If m represents the number of minutes and p represents the number of pages, which equation represents the number of pages Ben reads per minute?

Answers

The equation that represents the number of pages Ben can read per minute is p = (3/4)m.

What is Direct Proportion:

The two quantities are said to be in a directly proportionate relation when the connection between them is such that if we increase one, the other will also increase, and if we reduce one, the other quantity will also drop.

If x and y are in direct proportion then

=>  x ∝ y

=>  x = ky  [ where k is constant ]

Here we have,

Ben reads 6 pages in 8 minutes

9 pages can be read in 12 minutes

30 pages can be read in 40 minutes

And the number of minutes = m

Number of pages = p

If observe the given data,

When the number of pages increases, the number of minutes are also increasing, So here we can conclude that the number of minutes is directly proportional to the number of pages

=> p ∝ m

=> p = km --- (1)  

[ where k is constant ]  

From the given data,

At p = 6 pages, m = 8 minutes

=> 6 = k(8)

=> k = 6/8 = 3/4

From (1)

=> p = (3/4)m

Therefore,

The equation that represents the number of pages Ben can read per minute is p = (3/4)m

Learn more about Direct Proportion at  

https://brainly.com/question/28730073

#SPJ1

(3x+15) lol pls help me out

Answers

Answer:

3(x+5)

Step-by-step explanation:

\((3x+15)\\\\3x+15\\\\\mathrm{Rewrite\:}15\mathrm{\:as\:}3\times\:5\\\\=3x+3\times\:5\\\\\mathrm{Factor\:out\:common\:term\:}3\\\\=3\left(x+5\right)\)

All you have to do is Factor out the common term
3. 3(x+5)


c. How many pieces of fruit are there if there are 8 apples in the bag?

c. How many pieces of fruit are there if there are 8 apples in the bag?

Answers

There would be about 12 pieces of fruit in the bag.

The diagonals of kite KITE intersect at point P. If TKE= x+6 and IEK= 2x, find IKE

Answers

The length of IKE is 2x - 12.

What is equation?

A condition on a variable that is true for just one value of the variable is called an equation.

Since KITE is a kite, we know that KT = IT and KE = IE. Let's call the length of these diagonals d. Then we have:

KT + TI = d

KE + EI = d

Substituting in the given values, we get:

x + 6 + 2x = d

2x + IE = d

Solving for d in the first equation, we get:

3x + 6 = d

Substituting this into the second equation, we get:

2x + IE = 3x + 6

Solving for IE, we get:

IE = x + 6

Therefore, IKE is equal to:

IKE = IT - IE

IKE = (d - KT) - (x + 6)

IKE = (3x + 6 - x - 6) - (x + 6)

IKE = 2x - 12

So, the length of IKE is 2x - 12.

Learn more about equation on:

https://brainly.com/question/27893282

#SPJ4

The diagonals of kite KITE intersect at point P. If TKE= x+6 and IEK= 2x, find IKE

Suppose that earthquakes occur in a certain region of California, in accordance with a Poisson process, at a rate of seven per year. What is the probability of no earthquakes in one year? What is the probability that in exactly three of the next eight years no earthquakes will occur?

Answers

The probability of no earthquakes occurring in one year is approximately 0.000911881965. The probability that exactly three out of the next eight years will have no earthquakes , we can apply the binomial distribution.

The probability of no earthquakes occurring in one year in the given region of California, which follows a Poisson process with a rate of seven earthquakes per year, can be calculated using the Poisson distribution formula. The Poisson distribution describes the probability of a certain number of events occurring in a fixed interval of time or space, given the average rate of occurrence. In this case, the average rate is seven earthquakes per year. To calculate the probability of zero earthquakes in one year, we can use the formula:

P(X = 0) = e^(-λ) * (λ^0) / 0!

where λ is the average rate of occurrence. Substituting λ = 7 into the formula, we get:

\(P(X = 0) = e^{(-7)} (7^0) / 0!\)

The exponential term \(e^{(-7)\)evaluates to approximately 0.000911881965, and 0! is equal to 1. Therefore, the probability of no earthquakes occurring in one year is approximately 0.000911881965.

To find the probability that exactly three out of the next eight years will have no earthquakes, we can apply the binomial distribution. The binomial distribution describes the probability of a certain number of successes (no earthquakes) in a fixed number of independent trials (eight years) with a constant probability of success (the probability of no earthquakes in one year). In this case, the probability of no earthquakes in one year is the value we calculated earlier: approximately 0.000911881965. The formula for the binomial distribution is:

\(P(X = k) = C(n, k) p^k (1 - p)^{(n - k)\)

where P(X = k) is the probability of exactly k successes, C(n, k) is the number of combinations of n trials taken k at a time, p is the probability of success, and n is the total number of trials. Substituting k = 3, n = 8, and p = 0.000911881965 into the formula, we can calculate the probability.

Learn more about probability here: https://brainly.com/question/31828911

#SPJ11

lowkey urgent please help

lowkey urgent please help

Answers

Answer: hmmm can we see the answer choices because I think I. Ight know the answer

Step-by-step explanation:

The car gets better milage.

Explanation:
The truck goes 18 miles per gallon of gasoline it receives. So 5 gallons gives it 90 miles. Meanwhile, when you look at the graph, you’ll see the the car goes 125 miles with 5 gallons of gas therefore the car gets better milage.

Hope this helps! :)

Tell whether the following numbers are prime or composite.
a) 17 _________ b) 54 _________ c) 77_________ d) 23 __________

ANSWER:
l--------------------------------------------------------------------------------------------l
l--------------------------------------------------------------------------------------------l

Answers

Answer:

17= Prime number

54= Composite

77=Composite

23=Prime

Hello there!

Prime numbers have 2 factors and composite numbers have 3 or more factors.

17 is prime because it has only 2 factors: 1 and itself.

54 is composite because it has more than 3 factors.

77 is composite because it has more than 3 factors.

23 is prime because it has only 2 factors.

Hope this helps you!

~Just a joyful teen

\(SilentNature\)

What’s the unit rate of 144 pages in 3 minutes ?

Answers

To find the unit rate, divide the total number of pages by the total amount of time:

Unit rate = Total number of pages / Total amount of time

In this case, the total number of pages is 144 and the total amount of time is 3 minutes:

Unit rate = 144 pages / 3 minutes

Simplifying this expression:

Unit rate = 48 pages per minute

Therefore, the unit rate of 144 pages in 3 minutes is 48 pages per minute.

A= 1/2 x 3.2 x 3.6=?​

A= 1/2 x 3.2 x 3.6=?

Answers

Answer:

5.76

Step-by-step explanation:

Multiply them together.

I think it’s a but don’t want to get it wrong

I think its a but dont want to get it wrong

Answers

Based on the transformation of the given parent function f(x), the function g(x) is: C. g(x) = ∛(x) + 2

What is a translation?

In Mathematics, the translation of a geometric figure to the right is a type of transformation which simply means adding a digit to the value on the x-coordinate (x-axis) of the pre-image while translating a geometric figure up is a type of transformation that simply means adding a digit to the value on the y-coordinate (y-axis) of the pre-image.

Translating the parent function f(x) = ∛(x) two (2) units up, would produce an image of function f(x):

g(x) = f(x) + 2

g(x) = ∛(x) + 2

In this context, we can reasonably infer and logically deduce that the parent function f(x) was shifted 2 units up to produce function g(x).

Read more on translation here: brainly.com/question/20720324

#SPJ1

A function representing the relationship between two variables is f(x)= 2(x- 4x^{2} + 3. without taking any additional steps to alter the function. explain how each constant in the function defines the parabola represented by the function.

Answers

The function f(x) = 2(x-4x^2 + 3) represents a parabola. The constants in the function, specifically 2, -4, and 3, define different characteristics of the parabola.

1. The constant 2:

This constant represents the vertical stretch or compression of the parabola. If the constant is greater than 1, the parabola will be stretched vertically. If it is between 0 and 1, the parabola will be compressed vertically.

In this case, the constant 2 indicates that the parabola is stretched vertically by a factor of 2 compared to the standard parabola.

2. The constant -4:

This constant determines the shape of the parabola. A positive constant would make the parabola open upwards, while a negative constant would make it open downwards. In this case, the negative constant -4 indicates that the parabola opens downwards.

3. The constant 3:

This constant determines the vertical shift of the parabola. It indicates how much the parabola is shifted up or down from its standard position. In this case, the constant 3 suggests that the parabola is shifted upwards by 3 units.

By considering these constants, we can understand how they individually affect the parabola's stretch or compression, its orientation (upwards or downwards), and its vertical shift.

To know more about parabola visit:

https://brainly.com/question/21685473

#SPJ11

\(\frac{\sqrt{x} +1}{x-\sqrt{x} +1}\) Với x≥0. Tìm GTLN

Answers

Answer:

Step-by-step explanation:

\(\frac{\sqrt{x}+1 }{x-\sqrt{x}+1 }=\frac{\sqrt{x}+1}{(x+1)-\sqrt{x}}\\\\=\frac{(\sqrt{x}+1)([x+1]+\sqrt{x})}{([x+1]-\sqrt{x})+([x+1)+\sqrt{x}])}\\\\=\frac{\sqrt{x}*x+\sqrt{x}*1+\sqrt{x}*\sqrt{x}+1*x+1*1+1*\sqrt{x}}{(x+1)^{2}-(\sqrt{x})^{2}}\\\\\\=\frac{x\sqrt{x}+\sqrt{x}+x+1+x+\sqrt{x}}{x^{2}+2x+1-x}\\\\=\frac{x\sqrt{x}+2\sqrt{x}+2x+1}{x^{2}+x+1}\\\\\)

(1 point) consider the ellipsoid x2 5y2 z2=18. find all the points where the tangent plane to this ellipsoid is parallel to the plane 3z−(2x 5y)=0.

Answers

The points on the tangent plane are (1/10, 1/20, 3/20) and (-1/10, -1/20, -3/20) if the tangent plane to this ellipsoid is parallel to the normal plane.

The given ellipsoid equation points are :

\(x^{2} + 5y^{2} + z^{2} = 18\)

\(3z - (2x + 5y)=0\)

To find the points on the ellipsoid surface x^{2} + 5y^{2} + z^{2} = 18 which is the tangent plane to this ellipsoid is parallel to the plane 3z - (2x + 5y)=0,  we must to calculate the gradient of the surface and set it comparable to the normal vector of the plane.

The gradient of the surface is calculated by the product of square numbers by its coefficients.

Gradient surface = 2x + 10y + 2z =18

normal vector = (-2, -5, -3)

Considering that the tangent plane is parallel to the plane

2x + 10y + 2z = k(-2, -5, -3)

Therefore we can get the equations,

2x = -2k = -1 x

10y = -5k = (1/2)x

2z = -3k = 3/2 x

Now, these equations are substituted in the Gradient surface equation,

2(-1x)+ 10(1/2x) + (3/2x) =18

3/2x = 18- 3 = 15

3/2x = 15

x = 1/10

similarly, we can calculate the y and z values

y = (1/2) * (1/10) = 1/20

z = (3/2) * (1/10) = 3/20

Therefore we can conclude that the points on the tangent plane are (1/10, 1/20, 3/20) and (-1/10, -1/20, -3/20).

To know more about normal vectors

brainly.com/question/29050578

#SPJ4

what equivelent to -14-35d

Answers

-7(2+5d) is equivalent to -14-35d

Ellie wants to work out the height of a building which has a fence all around it
From P she sees that the angle of elevation of the top is 28 degrees
From Q 20m closer the angle of elevation is 40 degrees
Work out the height of the building

Ellie wants to work out the height of a building which has a fence all around itFrom P she sees that

Answers

The Height of the Building is 28.87 m .

in the question ,

it is given that

distance between P and Q \(=\) 20 m

From P the angle of elevation is 28°

and from Q the angle of elevation is 40°

From the figure

In triangle BAQ

tan40° = BA/AQ

tan40° = h/x

h = x * tan40°

In triangle BAP

tan28° = BA/AP

tan28° = h/(x+20)

h = (x+20) * tan28°

Equating both the h , we get

x * tan40° = (x+20) * tan28°

x* tan40° = x*tan28° + 20* tan28°

x*(tan40° - tan28°) = 20* tan28°

x*(0.840 - 0.531) = 20*(0.531)

x*(0.309) = 10.62

x = 10.62/0.309

x = 34.368

Substitute h = 34.368 in h = x * tan40°

we get ,

h = (34.368)*(0.840)

h = 28.8699

h = 28.87

Therefore , The Height of the Building is 28.87 m .

Learn more about Trigonometry  here

https://brainly.com/question/23948529

#SPJ1

Ellie wants to work out the height of a building which has a fence all around itFrom P she sees that

The waiting time to ride a roller coaster is 20 minutes when 150 people are in line. How long is the waiting time when 240 people are in line WRITE a proportion

Answers

Answer: The waiting time will be 32 minutes when 240 people in line.

Step-by-step explanation:

Let us assume that the waiting time is directly proportional to the number of people in the queue.

Equation of direct proportion between variables x and y :  \(\dfrac{x_1}{y_1}=\dfrac{x_2}{y_2}\)

Put \(x_1=20,\ y_1=150,\ y_2=150\)  to find  \(x_2\).

\(\dfrac{20}{150}=\dfrac{x_2}{240}\\\\\Rightarrow\ x_2=\dfrac{20}{150}\times240\\\\\Rightarrow\ x_2=32\)

Hence, the waiting time will be 32 minutes when 240 people in line.

Answer:

32 minutes

Step-by-step explanation:

According to the scenario, computation of the given data are as follows,

For 150 people, waiting time = 20 minutes

So, for 1 minute waiting time, number of people = 150 ÷ 20

= 7.5 people per minute

So, for 240 people, waiting time = 240 ÷ 7.5

= 32 minutes.

So, the waiting time when 240 people are in line is 32 minutes.

y-2=-5(x-2)

Rewrite in slope-intercept form


Thanks in advance!

Answers

Answer:

y = -5x + 12

Step-by-step explanation:

y - 2 = -5(x - 2)

Slope-intercept form is y - mx + b.

First, distribute the -5 across the parentheses.

y - 2 = -5x + 10

Add 2 to both sides.

y = -5x + 10 + 2

y = -5x + 12

This is your equation in slope-intercept form.

Hope this helps!

Find the general solution of the given differential equation. y dx − 6(x + y8) dy = 0

x(y) = 3y8+Cy6

Give the largest interval over which the general solution is defined. (Think about the implications of any singular points. Enter your answer using interval notation.)

?

Determine whether there are any transient terms in the general solution. (Enter the transient terms as a comma-separated list; if there are none, enter NONE.)

?

Answers

1) Rewrite the given differential equation: The given differential equation is y dx - 6(x + y^8) dy = 0. We can rewrite it as: y dx = 6(x + y^8) dy



2. Separate variables:
Now, separate the variables x and y:
(y/6) dx = (x + y^8) dy

3. Integrate both sides:
Integrate both sides of the equation with respect to their corresponding variables:

∫(y/6) dx = ∫(x + y^8) dy

(1/12)xy = (1/2)xy + (1/9)y^9 + C

4. Solve for x(y):
To find the general solution in form x(y), rearrange the equation: x(y) = 3y^8 + Cy^6

5. Find the largest interval:
To find the largest interval over which the general solution is defined, consider the domain of y.

The general solution is defined for all y except y = 0 (since this would result in a division by zero). Therefore, the largest interval is: (-∞, 0) ∪ (0, ∞)


6. Determine transient terms:
Since the general solution does not contain any terms that tend to zero as y approaches infinity, there are no transient terms. So the answer is: NONE

To know more about term click here

brainly.com/question/19774850

#SPJ11

Demarcus has to wrap a gift for his friend's birthday party. the gift is in a rectangular box with the dimensions shown below. he's trying to figure out how much gift wrap he needs to cover the entire box. should he calculate the total surface area or the lateral surface area? pick the right measurement and then calculate it for him.

Answers

Amount of gift wrap to cover the entire box = total surface area of rectangular box = 1,048 in.².

What is the Total Surface Area of a Rectangular Box?

The total surface area of a rectangular box is the area of all the faces of the box = 2(wl + hl + hw).

Therefore, to find the material that will cover the whole rectangular box, Demarcus should find its total surface area, given the following dimensions:

l = 20 in.w = 8 in.h = 13 in.

Plug in the values into TSA = 2(wl + hl + hw):

Total surface area of rectangular box = 2(8×20 + 13×20 + 13×8) = 1,048 in.²

Learn more about total surface area of rectangular box on:

https://brainly.com/question/24448247

Demarcus has to wrap a gift for his friend's birthday party. the gift is in a rectangular box with the

Leon's annual premium is x
dollars. If he pays his
premium semi-annually,
there is a y-dollar surcharge
on each semi-annual
payment. Express the
amount of his semi-annual
payment algebraically.

Answers

The algebraic expression for the payment of the plan with y dollar surge is A = x/2 + y.

What are algebraic expressions?

The concept of algebraic expressions is the use of letters or alphabets to represent numerical values without stating their exact meanings. The fundamentals of algebra taught us how to express an unknown value using letters like x, y, and z. Here, we refer to these letters as variables. Variables and constants can both be used in an algebraic expression. A coefficient is any value that is added before a variable and then multiplied by it.

Given that the annual premium plan is x dollars.

The payment is made semi-annually this is represented as follows:

x/2

There is a surplus charge of y, this is written as:

A = x/2 + y

Hence, the algebraic expression for the payment is A = x/2 + y.

Learn more about word problems here:

https://brainly.com/question/29027588

#SPJ1

what is 24 in scientific notation

Answers

Answer:

2.4 × 101

Step-by-step explanation:

that is 24 in scientific notation

Answer:

24 * 10^1

Step-by-step explanation:

Hope this helps. :)

Plz help ASAP just say give me the answer and the number the answer goes in thank you very much

Plz help ASAP just say give me the answer and the number the answer goes in thank you very much

Answers

Answer:

1) 85

2) 95

3) 75

4) 90

5) 120

6) 110

7) 65

8) 130

What is 0.7439 rounded to the nearest hundredth need help

Answers

Answer:

0.74

Step-by-step explanation:

0.7439 = 0.74

find the area of the region enclosed by one loop of the curve. r = sin(4θ)

Answers

π/16 is the area enclosed by the curve r= sin(4θ)

The given curve is polar curve and hence the area of the polar curve is given by:

Let A be the area of the curve so,

A = \(\int\limits^b_a {\frac{1}{2}r^2 } \, d\theta\)

where a and b is the boundary at which r=0

so after equation r=0

sin(4θ) =0

=> sin(4θ) =0

=> 4θ = 0,π

=> θ = 0, π/4

so a=0 , b= π/4

now  

  A =  \(\int\limits^b_a {\frac{1}{2}r^2 } \, d\theta\)   ------(i)

so   \(r^2\) = (sin(4θ))^2

=>   \(sin^2\)( 4θ )

ans we know that

cos(2α) = 1 -  \(2sin^2\)2 α

so     \(sin^2\)= (1- cos(8θ) )/2

putting the value of r in the equation (i) we get :-

A = \(\int\limits^b_a {\frac{1}{4} *(1-cos8\theta) } \, d\theta\)

=> 1/4*  \(\int\limits^b_a {(1-cos8\theta) } \, d\theta\)

here a=0 and b=π/4

after putting the value and solving the integral

A = π/16

so A is the area enclosed by r=sin(4θ) is π/16

To know more about polar curve click on below link:

brainly.com/question/1094340#

#SPJ4

3. PLEASE ANSWER ATTACHED Parrallel lines with multiple transversals

3. PLEASE ANSWER ATTACHED Parrallel lines with multiple transversals

Answers

Answer:

Step-by-step explanation:

( 2x - 8 )° = ( x + 28 )° ⇒ x = 36

m∠1 = m∠4 = 180° - ( 36 + 28 )° = 116 °

m∠2 = 123° - 64° = 59 °

m∠3 = 123 °

3. PLEASE ANSWER ATTACHED Parrallel lines with multiple transversals

Each square on a chessboard. 2.7 inches on each side. What area of one square on chessboard. HURRY I NEED THIS TMR

Answers

2.7 * 2.7 = 7.29

Hope this helps

The product of 4 and the sum of a number and 12 is at most 18

Answers

The product of 4 and the sum of a number and 12 is at most 18 can be written as

4(x+12)<=18

or

x+12<=4.5

or

x<=-7.5

Therefore, the value of x can be at most -7.5.

A woman wishes to enclose a rectangular garden with fencing, using the side of her garage as one side of the rectangle. A neighbor gave her 27 feet of fencing, and she wants the length of the garden along the garage to be 6 feet more than the width. What are the dimensions of the garden?

Answers

Answer:

Width = 3.75 feet

Length = 9.75 feet

Step-by-step explanation:

Given:

Length of fencing = 27 feet

Find:

Dimensions of the garden

Computation:

Assume

Width = x

So,

Length = x + 6

2(L+B) = Perimeter

2(x + x + 6) = 27

2(2x + 6) = 27

4x + 12 = 27

4x = 15

x = 3.75

Width = 3.75 feet

Length = 3.75 + 6 = 9.75 feet

A bicycle manufacturer is studying the reliability of one of its models. The study finds that the probability of a brake defect is 4 percent and the probability of both a brake defect and a chain defect is 1 percent. If the probability of a defect with the brakes or the chain is 6 percent, what is the probability of a chain defect? 1. 5 percent 2 percent 2. 5 percent 3 percent.

Answers

The bicycle manufacturer is studying the reliability of its models and analyzing the probability of defects. They found the probability of a brake defect is 4 percent and the probability of both brake and chain defects is 1 percent.

Given that the probability of a defect with brakes or chain is 6 percent, we can find the probability of a chain defect using the formula: P(A and B) = P(A|B) * P(B), where P(A and B) is the probability of both events A and B occurring, P(A|B) is the probability of event A occurring given that event B has occurred, and P(B) is the probability of event B occurring.


In this case, we want to find the probability of a chain defect given that there is a defect with either the brakes or the chain. Let's use the events: A = brake defect, B = chain defect, From the problem statement, we know that: P(A) = 0.04 (probability of a brake defect), P(A and B) = 0.01 (probability of both a brake defect and a chain defect)
P(A or B) = 0.06 (probability of a defect with the brakes or the chain).



To find P(B|A or B), we can use the formula: P(B|A or B) = P(A and B) / P(A or B) = 0.01 / 0.06, = 1/6, = 0.1667, So the probability of a chain defect given that there is a defect with either the brakes or the chain is 16.67%, or approximately 2/12 or 1/6.

Therefore, the correct answer is option 2: 2%, Solving for the probability of a chain defect, we get: P(chain defect) = 0.06 - 0.04 + 0.01 = 0.03, So, the probability of a chain defect is 3 percent.

To know more about probability click here

brainly.com/question/15124899

#SPJ11

A) Unlimited movie rentals from a video store costing $19 a month
B) Unlimited movie rentals from an online store costing $1.50 per movie
For this problem, assume that you rent an average of 10 movies a month.

Answers

Answer:

Store=$190 for 10 movies a month

Online=$15 for 10 movies a month

Step-by-step explanation:

times price by number of movies

Other Questions
2. Solve each equation using addition, (2x + 2y = -2 3x 2y = 12 Some parents tell their children that misbehavior will make Santa take away their presents. What operant contingency is this?A. Positive reinforcementB. Negative reinforcementC. Positive punishmentD. Negative punishment The cerebral arterial circle, or circle of Willis creates an arterial ____________ of blood vessels around the pituitary gland and optic chiasm to allow for ____________ of blood If 7 liters of petrol cost $14.70, calculate the cost of 15 liters of petrol. What statements about innovation are true? multiple select question. It can provide firms with a competitive advantage. It can never be a basis for competitive advantage. It can make existing products or businesses obsolete. It can only be achieved by government agencies What is the predicate in this sentence: Do you see that red and yellow leaf? according to an experimental study conducted in milwaukee by sociologist devah pager, black men with no criminal history were more likely to be called back for a job than either white or black men with a criminal record. T/F Cuanto segundos tiene un jugador para sacar un corner? 17. The load across a 12-V battery consists of a series combination of three resistances R, R2, and R3. R1 is 210 ohms, R2 is 350 ohms, and R3 is 120 ohms. a. Find the equivalent resistance of the circuit.b. Find the current in the circuit.c. Find the potential difference across R3. What idea did the ancient Romans contribute to the world?a. Totalitarianism b. Direct Democracy c. Representative democracy d. Social Contact roses are redplease do not laugh(finish, please!! ) . Change to inversion : Est-ce qu'il a besoin d'un stylo? PLS HELP!!! I WILL MARK BRAINIEST IF SOMEONE ANSWERS CORRECTLY FIRSTSeveral of them are damaged. _________ The one my family used the last time we were at the park was wobbly, and a large chunk was broken off one of the benches.A. To sum up,B. As an example,C. Without a doubt,D. In the meantime, Consider an air conditioner running with R-134a on a cycle executed under the saturation dome between the pressure limits of 0.8 MPa and 0.12 MPa. (The statement that the process takes place under the saturation dome means that the working fluid is always in the two phase (saturated gas/liquid mixture) region.) What is the maximum Coefficient of Performance of this air conditioner What happens when Earth rotates on it's axis and how long does it take? Which laboratory data and clinical manifestations would cause the nurse to suspect a patient may be experiencing acidosis? If 25% of a population has a recessive allele and 75% have the dominant trait for a 2-allele trait, if in Hardy-Weinberg Equilibrium then what would the percentage of recessive alleles be in that population Expanded form of 3(z +5)? When an investor buys shares of Apple Corporation (ticker symbol AAPL) though his or her brokerage account, this is an example of a transaction taking place in what market?A) Money marketB) Primary marketC) Secondary marketD) Bond market Durango Water Works has an outstanding issue of preferred stock that has a par (maturity value) of $75.00. The stock, which pays a quarterly dividend of $1.10, will be retired by the firm in 20 years. If the preferred stock is currently selling for $68.00, what is the preferred stocks yield-to-maturity? (Round off to the nearest 0.01%) 5.64% 7.73% 6.72% 4.28%