design a Boolean circuit that verifies whether a given integer 0 ≤ x < 16 is divisible by 5

Answers

Answer 1

This question is incomplete, the complete question is;

Your boss asks you to design a Boolean circuit that verifies whether a given integer 0 < x < 16 is divisible by 5.

Every such number is represented in binary using four bits, say b₃b₂b₁b₀, and so your Boolean circuit will have four inputs. For instance, the number 13 is written in binary as 1101 and so to test its divisibility by 5 a user would feed the values b₀ = 1, b₁ = 0, b₂ = 1, and b₃ = 1 into the inputs of your circuit.

The Boolean circuit will have a single output, which should deliver the value 1 if the iput values represent a number that is divisible by 5 and 0 otherwise.

a) write down the truth table of the Boolean function F(b₀,b₁,b₂b₃) that implements this "divisible by 5" operation

b) construct a Boolean expression in disjunctive normal form that implements the Boolean function yo wrote down in a)

Answer:

Given that;

integer range = 0≤ x ≤ 16

within 4bits, we can represnt each number

(0,5,10,15)

a)  

Truth table for function that implements  divisible by 5

Integer    B3    B2    B1    B0     Y

0              0       0      0      0      1

1              0       0      0       1      0

2              0       0      1        0     0

3              0       0      1        1      0

4              0       1       0       0     0

5              0       1       0       1      1

6              0       1       1        0     0

7              0       1       1        1       0

8              1       0      0        0      0

9              1       0      0        1       0

10             1       0      1         0      1

11              1       0      1          1      0

12             1        1      0         0     0

13             1         1     0          1      0

14             1         1       1         0     0

15            1         1        1        1       1

b)

Boolean expression that implements the Boolean function from a)

from the truth table;

Boolean expression Y is;

Y = b⁻₃b⁻₂b⁻₁b⁻₀ / y₁   +   b⁻₃b₂b⁻₁b₀ / y₂   +   b₃b⁻₂b₁b⁻₀ / y₃   +   b₃b₂b₁b₀ / y₄

Answer 2

Answer:

  circuit is in the second attachment

Step-by-step explanation:

Attached is a truth table for the desired circuit, where b3–b0 are the input bits, MSB–LSB. We notice that the output is true whenever b3=b1 and b2=b0. This can be written in DNF as ...

  [tex]Y=b_3'b_2'b_1'b_0'+b_3b_2'b_1b_0'+b_3'b_2b_1'b_0+b_3b_2b_1b_0[/tex]

More compactly, it can be written in terms of the exclusive-nor function as ...

  [tex]y=(b_3\odot b_1)\wedge(b_2\odot b_0)[/tex]

A circuit diagram showing this circuit is the second attachment. (A–D are the input bits, in order MSB–LSB (or its reverse)).

 Design A Boolean Circuit That Verifies Whether A Given Integer 0 X &lt; 16 Is Divisible By 5
 Design A Boolean Circuit That Verifies Whether A Given Integer 0 X &lt; 16 Is Divisible By 5

Related Questions

Gummi bears come in twelve flavors, and you have one of each flavor. Suppose you split your gummi bears among three people (Adam, Beth, Charlie) by randomly selecting a person to receive each gummi bear. Each person is equally likely to be chosen for each gummi bear.
(a) What is the probability that Adam gets exactly three gummi bears?
(b) If you know that each person recieved at least one gummi bear, what is the probability that Adam gets exactly three gummi bears?
(c) What is the expected number of gummi bears that Adam gets?
(d) If you know that each person recieved at least one gummi bear, what is the expected number of gummi bears that Adam gets?
(e) Is there more variance in the number of gummi bears that Adam gets with or without knowing that everyone gets at least one gummi bear? Explain your answer without calculations.

Answers

Step-by-step explanation:

From the given gummi bear, the chance that Adam is selected for any draw is 1/3 as well as the chance he is not selected at any draw is 2/3.

a). The probability of Adam getting exactly three gummi bears = P(Adam gets selected at 3 draws and not selected at the remaining 9 draws)

= [tex]$ (\frac{1}{3})^3 (\frac{2}{3})^9 = \frac{2^9}{3^{12}} $[/tex]

Now, the 3 draws where Adam gets selected can be any 3 out of 12 draws in [tex]$ {\overset{12}C}_3 $[/tex] = 220

Thus, probability of Adam getting three gummi bears = [tex]$ 220 \times \frac{2^9}{3^{12}} $[/tex]

                                                                                                = 0.21186

b). Probability that Adam will get the three gummi bears given each person will received at the most 1 gummi bear

= P(of the remaining 9 draws after assigning one gummi bear to each one, Adam gets selected at 2 draws and not selected at 7 draws) = [tex]$ {\overset{9}C}_2 (\frac{1}{3})^2 (\frac{2}{3})^7 $[/tex]

                                                                                               = 0.23411

c). Let X = Number of the gummi bears which Adam will get. Then, X = number of draws out of 12 draws Adam gets selected and X ~ B(12, 1/3). So,  Adam will get gummi bears= mean of B(12, 1/3) = 12 x (1/3) = 4

d). Let Y = Number of the gummi bears that Adam will get, given each person will received at the most 1 gummi bear Then, Y = number of draws Adam gets selected in the remaining 9 draws and Y ~ B(9, 1/3). So, the expected number of bears that Adam gets given each person received at least 1 gummi bear

= 1 + mean of B(9, 1/3) = 4

e). When every one gets atleast one gummi bear, the new sample size will be 9 and so we can say that there is a reduction in variance.

find the area of the region enclosed by the curves y=x and y=(x-2)^2

Answers

Answer:

Step-by-step explanation:

14.5845842 518.5874 funny

Answer:

Step-by-step explanation:

Suppose we want to know whether students who study more (hours per week) have a higher grade point average. What kind of question is this? *

Answers

Answer:

See who studies and who doesnt then compare

Step-by-step explanation:

See who studies and who doesn't

take the assignment

ask for the score of the people who did and for who didn't

collect the data and organize it

For what values of x will the result of 5 x be greater than 1?

Answers

Answer:

2&3

Step-by-step explanation:

2+3=5 or 3+2=5

You can continue on but you would need to use one and these are the two that are greater than 1 but make up 5.

The values of x for which the result of 5 x be greater than 1 would be 2 and 3.

What is the unitary method?

The unitary method is a method for solving a problem by the first value of a single unit and then finding the value by multiplying the single value.

If an event can occur in m different ways and if following it, a second event can occur in n different ways, then the two events in succession can occur in m × n different ways.

WE need to find the values of x for which the result of 5 x be greater than 1

WE can have that as;

2+3=5

or

3+2=5

Also we can continue on but we would need to use one and these are the two that are greater than 1 but make up 5.

Therefore, the values of x for which the result of 5 x be greater than 1 would be 2 and 3.

Learn more about the unitary method;

https://brainly.com/question/23423168

#SPJ2

A projectile is launched from ground level with an initial velocity of 89 ft/sec. It's height(ft), t seconds after launching is given by s=-16t^2 + v0t + s0. a) Fine the time(s) the projectile will reach a height of 100 feet. b) find the time it takes the projectile to hit the ground

Answers

Answer:

Step-by-step explanation:

Initial Velocity of projection = 89ft/sec

height(ft), t seconds after launching is given by s=-16t^2 + v0t + s0

A) time the projectile will reach a height of 100 ft

s=-16t^2 + v0t

v0 = 89ft/sec

s = 100ft

100 = - 16t² + 89t

-16t² + 89t - 100 = 0

Using the online quadratic equation solver;

t = 4s or t = 1.5625

Mr. Monasterio ran to The Burrito Barn at 10mph. He ate too many burritos and slowed to 6 mph on the way home. Find the time going to The Burrito Barn if the time coming back took 2 hours more than the time going. Don't forget to include units.

Answers

Answer:

it was 3 hours

Step-by-step explanation:

the thing said so

4. Ariel loves to go to baseball games. This season she has already attended 23 New York Ducks games. If
Ariel attended nine more weekend games than weekday games, how many weekday games did she attend.

Answers

Answer: She attended to 7 weekday games.

Step-by-step explanation:

Let's denote our variables as:

Wd = number of weekday games that she attended.

We = number of weekend games that she attended.

We know that in total, she attended to 23 games, so we have:

Wd + We = 23.

"If  Ariel attended nine more weekend games than weekday games" can be written as:

We = Wd + 9.

Then we have the system of equations:

Wd + We = 23.

We = Wd + 9.

The first step would be to replace the second equation into the first one, as:

Wd + We = 23.

Wd + (Wd + 9) = 23

Now we can solve this for Wd.

2*Wd + 9 = 23

2*Wd = 23 - 9 = 14

Wd = 14/2 = 7

She attended to 7 weekday games.

And:

We + 7 = 23

We = 23 - 7 = 16

She attended at 16 weekend games.

write the sentence as a equations


the product of 248 and a is 391​

Answers

Answer:

248*a=391

Step-by-step explanation:

The number of hours a group of 12 children in Mrs. Smith's kindergarten class read in a day.

Answers

Anwser: 30min no more

Answer:

30 minuetes because their brain can take so many

Step-by-step explanation:

convert 35 kg into lb, then round it to two decimal places ​

Answers

Answer:

77.16 lbs

:)))))))))))))

20% of ___= 100 Find the answer

Answers

Answer:

500

Step-by-step explanation:

20% of x = 100

Write 20% as a decimal - - > 0.2(x) = 100

Isolate and solve for x - - > x = 100/0.2

Therefore, x = 500

Answer:

500

Step-by-step explanation:

Let the no. be x

20% of x = [tex]\frac{20}{100} x[/tex]

And ,

[tex]\frac{20}{100} x = 100\\=> 20x = 10000\\ => x = \frac{10000}{20} = 500[/tex]

CR 3
Part A: Which sentence about integers is NOT ALWAYS TRUE (1 point)
A. positive -positive = positive
B. positive + positive = positive
C. negative + negative = negative
D. positive - negative = positive

Answers

Answer:

A. positive -positive = positive

what does x = in this equation? 7x-2+2x+14=33

Answers

Answer:

x = 7/3

Step-by-step explanation:

First, combine like terms:

7x + 2x - 2 + 14 = 33

(7x + 2x) + (14 - 2) = 33

9x + 12 = 33

Isolate the variable, note the equal sign, what you do to one side, you do to the other. Do the opposite of PEMDAS.

First, subtract 12 from both sides:

9x  + 12 (-12) =  33 (-12)

9x = 33 - 12

9x = 21

Next, divide 9 from both sides:

(9x)/9 = (21)/9

Simplify. Divide common factors:

x = (21/9)/(3/3) = 7/3

x = 7/3

helppppp i dont know pslßss​

Answers

Answer:

width=3

Step-by-step explanation:

area=length X width

length=4 X width

=>area=4 X width X width

=>area=(2 X width)^2

=>36=(2 X width)^2

=>6=2 X width

=>width=3

the area of a rectangle is length times width

A = L times W

A = 26. so 36 = L times W

The length is 4 times the width

L = 4W

Thus, we can switch L to 4W in the area equation

36 = 4W ×W = 4W²

36 ÷ 4

=√9

=3cm

x + y = -50
y = 4x

Answer (x,y)

Answers

Answer:

x = -10 ; y = -40

Step-by-step explanation:

Note:

y = 4x.

Plug in 4x for y in the first equation:

x + y = -50

x + (4x) = -50

Solve for x. First, simplify, then isolate the variable, x.

x + 4x = -50

5x = -50

Divide 5 from both sides of the equation.

(5x)/5 = (-50)/5

x  = -50/5

x = -10

Plug in -10 for x in one of the equations:

y = 4x

y = 4(-10)

y = -40

x = -10 ; y = -40 is your answer.

~

X equals -10 and Y equals -40

In a triangle, the measure of one angle is five more than the first and the third angle is one more than four times the first.

Answers

Answer:

A= 29

B=34

C=117

Step-by-step explanation:

A triangle has three sides and a triangle always adds up to be 180

A + B + C = 180

B = A + 5

C = 4A + 1

Plug in.

A + A + 5 + 4A + 1 = 180

6A + 6 = 180

6A = 174

A = 29

Now since you found A, find the other two by plugging A in!

C = 4(29) + 1

C = 117

Plug in the B equation

B = 29 + 5

B=34

Check your answers

29 + 117 + 34 = 180


Community Gym charges a $55 membership fee and a $40 monthly fee. Workout Gym
charges a $125 membership fee and a $30 monthly fee. How many months will it take for
the cost of both gyms to be the same? and what is the cost of the gyms during that number
of months?

Answers

The gyms can be represented by these equations, with x for months. 40x+55= 30x+125. Combine like terms. First, subtract 30x from both sides, and you get 10x+55=125. Subtract 55 next. You now have 10x=70. Divide by 10, and you get x=7. It will take 7 months for them to be the same. To find the cost, you can plug in x. 40(7)+55=335. 30(7)+125=335. The cost is $335.

The heat in the house is set to keep the minimum and maximum temperatures (in degrees Fahrenheit) according to the equation |x – 72.5| = 4. What are the minimum and maximum temperatures in the house? 72.5°F and 76.5°F 68.5°F and 76.5°F 70.5°F and 74.5°F 72.5°F and 74.5°F

Answers

Answer:

The minimum and maximum temperatures in the house are 68.5°F and 76.5°.

To keep the house in heat, the minimum and maximum temperature is set to option 68.5°F and 76.5°F.

What is a word problem?

A word problem is a verbal description of a problem situation. It consists of few sentences describing a 'real-life' scenario where a problem needs to be solved by way of a mathematical calculation.

For the given situation,

The equation |x – 72.5| = 4.

The minimum and maximum temperatures can be found by substituting +4 and -4 in x.

Minimum temperature,

⇒ [tex]|+4-72.5|=|-68.5|[/tex]

⇒ [tex]68.5[/tex]

Maximum temperature,

⇒ [tex]|-4-72.5|=|-76.5|[/tex]

⇒ [tex]76.5[/tex]

Hence we can conclude that to keep the house in heat, the minimum and maximum temperature is set to option 68.5°F and 76.5°F.

Learn more about word problems here

brainly.com/question/20594903

#SPJ2

Consider the sequences of numbers.
5, 10, 15, 20, 25, 30, 35, 40, 45, . . .
10, 20, 30, 40, 50, . . .
Which statements are true regarding the patterns of the sequences? Check all that apply.
The first pattern involves repeated addition by 5.
The second pattern involves repeated addition by 10.
The first pattern involves multiplication by 2.
If a number is in the first pattern, then it is also in the second pattern.
The second pattern can be created by multiplying each number in the first pattern by 2.

Answers

Answer:

1,2,5

Step-by-step explanation:

The first pattern has a difference of 5 while the second is 10 and become by multiplying 2 in pattern 1 so options (A),(B), and (E) will be correct.

What is the pattern?

A pattern is a specific arrangement of numbers or any term which will follow a specific code or hint.

The hint which is present in a given pattern hides in the pattern only.

For example 2,4,6,8 in this, the difference between any two-term is only 2 and this will be its specific pattern.

Another example is 2,4,16,256 in this pattern each term is the square of the previous term and this will become its specific pattern.

Given the two patterns.

In the first pattern, each term become by adding 5 so option (A) is correct.

In the second pattern, each term become by adding 10 so option (B) is correct.

The term in the second pattern becomes by multiplying 2 in pattern 1

For example 5× 2 = 10 and 10 × 2 = 20 so option (E) will be correct.

Hence "The first pattern has a difference of 5 while the second is 10 and become by multiplying 2 in pattern 1".

For more information about the pattern,

brainly.com/question/14013716

#SPJ2

What is the y-intercept of the linear equation x-3y=-6?

Answers

To find the y-intercept, let x = 0.

0 - 3y = -6

-3y = -6

y = 2

The y-intercept of the equation is the point (0, 2).

Answer:

2

Step-by-step explanation:

Solve the equation for y. First subtract x from both sides then divide by -3. The result is y=1/3x+2 with the number "2" representing the y-intercept.

PLZ HELP ASAP! ANSWER ALL FOR BRAINLIEST

Answers

Answer:

4.

-building

-artisting

-selling

-making good

-trading

-farming

5. "Being settled meant being tied to land and possessions; being nomadic meant having a mobile community with a mobile food supply. This allowed nomads to attack and plunder resources. They could gain access to agricultural products without having to farm or trade."

6. " They were also trained in riding and archery, as they sometimes had to defend their communities from outsiders. Women’s graves sometimes contained weapons, suggesting they had a role in military life as well."

Step-by-step explanation:

Jamie will choose between two catering companies for an upcoming party. Company A charges a set up fee of $500 plus $25 for each guest. Company B charges a set up fee of $200 dollars plus 30per guest. How many guests are need where the price is equal

Answers

Answer:

60 guests

Step-by-step explanation:

We'll say that the number of guests is n.

We're looking for the n where both of these expressions are equal:

Company A (500 set-up fee, 25 for each guest)

500 + 25 * n

Company B (200 set-up fee, 30 for each guest)

200 + 30 * n

500 + 25n = 200 + 30n

Subtract 200 from both sides.

300 + 25n = 30n

Subtract 25n from both sides.

300 = 5n

We'll reverse the sides.

5n = 300

Divide both sides by 5.

n = 300/5 = 60

Thus, both companies are equal when n is 60, or when there are 60 guests.

what are the domain and range of the function represented by the set of order pairs? {(-12,-5),(-10,5),(10,-5),(12,5)}

Answers

Answer:

Domain: -12, -10, 10, 12

Range: -5, 5

Step-by-step explanation:

The Domain is the first coordinate which is x.

The Range is the second coordinate which is y.

Hope This Helps :)

The measure of an angle is 2°. What is the measure of its complementary angle?

Answers

Answer:

88°

Step-by-step explanation:

Complementary angles have a sum of 90°, just do 90 - 2 and there's your answer.

Which of the following is NOT equivalent to 60/80?
A.)3/4 B.)75% C.)7.5 D.)0.750

Answers

Answer:

C

Step-by-step explanation:

Everything else is equivalent.

Hope this helps!

Answer:

C. 7.5

Step-by-step explanation:

60/80 = 3/4 = 75% = 0.75

Everything is equal except for 7.5 because 7.5 = 750%

Hope This Helps :)

You flip a fair coin until you see three tails in a row. What is the average number of headsthat you’ll see until gettingTTT?

Answers

Answer:

14

Step-by-step explanation:

From the given information:

suppose, Y is the number of times a coin is being flipped.

If the coin is flipped for the first time and we get H, then we have:

TTT = [tex]\dfrac{1}{2}(Y+1)[/tex]

Afterward, if we get H, then we waste two times plus the probability of this event [tex]\dfrac{1}{4}[/tex].

Therefore, we have : [tex]\dfrac{1}{4}(Y+2)[/tex]

Afterward, if we get H, then we waste three times plus the probability of this event [tex]\dfrac{1}{8}[/tex].

Therefore, we have : [tex]\dfrac{1}{8}(Y+3)[/tex]

If we got T at the third time, then;

T = [tex]\dfrac{1}{8}(3)[/tex]

Thus, average number of headsthat you’ll see until gettingTTT can be expressed as:

[tex]= \dfrac{1}{2}(Y+1)+ \dfrac{1}{4}(Y+2)+ \dfrac{1}{8}(Y+3)+ \dfrac{1}{8}(3)[/tex]

= 14

Gena and her friends each estimated the quotient of –137.56 divided by –6.12 using compatible numbers. Which shows the best estimate using compatible numbers? ​

Answers

Answer:

i think it would be a.

Step-by-step explanation:

Answer:Gena and her friends each estimated the quotient of –137.56 divided by –6.12 using compatible numbers. Which shows the best estimate using compatible numbers?

Negative 140 divided by negative 7 = 20

Negative 140 divided by 6 = 23.ModifyingAbove 3 with bar

Negative 135 divided by negative 7 = 22.5

Negative 135 divided by negative 5 = 27

Step-by-step explanation: The answer is A because it is showing the right way to do the step

What is the area of the figure?

Answers

Answer:

33[tex]\frac{1}{2}[/tex]

Step-by-step explanation:

Calculate the area of the large figure by multiplying the length and the width (7[tex]\frac{1}{4}[/tex]*6). Then, calculate the area of the smaller figure (5*3[tex]\frac{2}{3}[/tex]). Finally subtract  the area of the smaller figure from the area of the larger figure. ((7[tex]\frac{1}{4}[/tex]*6)-(5*3[tex]\frac{2}{3}[/tex])

Hope this helps!

What is 2.5 × 15.625

Answers

Answer:

39.0625

Step-by-step explanation:

Answer:

39.0625

Step-by-step explanation:

Kelly works 8 hours less than three times as much as Marcy works for the week. Which expression represent
the number of hours Kelly works in relation to Marcy.

Answers

Answer:

X= 3y-8

Where

X represent hours worked by Kelly

Y represent hours worked by Marcy

Step-by-step explanation:

Kelly works 8 hours less than three times as much as Marcy works for the week.

Let the number of hours worked by Kelly= x

Let the number of hours worked by Marcy= y

X= 3y-8

Other Questions
If HJ = 7x27 find the value of x. 3x-5. x-1-H. I. J Suppose you own a bicycle but haven't found the time to ride it much lately. These days, it is only worth $32 to you. One of your close friends, who recently got a job at the college bookstore two miles down the road, wants to take it off your hands. He offers you $70 for the bicycle, and you gladly accept. Your friend is also happy because he thinks the bicycle is worth $104 . deepest ocean in the world Which of the following supplements assists in muscle contraction, immunity, and regulation of blood sugar? What has been Ken Robinson's focus in education? Which sentence accurately uses the homophone affect? I didnt know that my decision would affect you this much. The closing of the shop will have an affect on the whole town. I wonder if stricter rules will have an affect on student conduct. The new changes will immediately go into affect. A long, nonconducting, solid cylinder of radius 4.0 cm has a nonuniform volume charge density r that is a function of radial distance r from the cylinder axis: r ! Ar2 . For A ! 2.5 mC/m5 , what is the magnitude of the electric field at (a) r ! 3.0 cm and (b) r ! 5.0 cm? Read the two passages from A Raisin in the Sun.Passage 1:[LINDNER:] At the moment the overwhelming majority of our people out there feel that people get along better, take more of a common interest in the life of the community, when they share a common background. I want you to believe me when I tell you that race prejudice simply doesn't enter into it. It is a matter of the people of Clybourne Park believing, rightly or wrongly, as I say, that for the happiness of all concerned that our Negro families are happier when they live in their own communities.BENEATHA (with a grand and bitter gesture): This, friends, is the Welcoming Committee!Passage 2:LINDNER (looking around at the hostile faces and reaching and assembling his hat and briefcase): WellI don't understand why you people are reacting this way. What do you think you are going to gain by moving into a neighborhood where you just aren't wanted and where some elementswellpeople can get awful worked up when they feel that their whole way of life and everything they've ever worked for is threatened.WALTER: Get out.LINDNER (at the door, holding a small card): WellI'm sorry it went like this.WALTER: Get out.LINDNER (almost sadly regarding WALTER): You just can't force people to change their hearts, son. He turns and puts his card on a table and exits. WALTER pushes the door to with stinging hatred, and stands looking at it. RUTH just sits and BENEATHA just stands. They say nothing. MAMA and TRAVIS enter.MAMA: Wellthis all the packing got done since I left out of here this morning. I testify before God that my children got all the energy of the dead! What time the moving men due?BENEATHA: Four oclock. You had a caller, Mama.Which phrases from the passages best support the theme that racism can be subtle? Select three options.a common backgroundtheir own communitiessome elementsall the energy of the deadYou had a caller Solve the equation for W Does it have any sense(change into statement) lX 12.2l= 0.3 gives the minimum and maximum acceptable lengths of the wires in centimeters. What is the minimum acceptable length of a wire? Jack's bank statement shows an account balance of $25 50 Which descubes the magnitude or size of the debt in dollars? $50 50 $25 50 SO 0-$25 50 Almaden Hardware Store sells two product categories, tools and paint products. Information pertaining to its 2021 year-end inventory is as follows:Inventory,by Product Category Quantity Per Unit Cost Net Realizable ValueTools: Hammers 120 $5.50 $6.00 Saws 250 10.50 9.50 Screwdrivers 350 2.50 3.10 Paint products: 1-gallon cans 550 6.50 5.50 Paint brushes 120 4.50 5.00 Required:1. Determine the carrying value of inventory at year-end, assuming the lower of cost or net realizable value (LCNRV) rule is applied to (a) individual products, (b) product categories, and (c) total inventory.2. Assuming inventory write-downs are common for Almaden, record any necessary year-end adjustment amount for each of the LCNRV applications in requirement 1. The scale of a map is 1cm : 70km. What is the actual distance between two towns that are 3cm apart on the map Solve this system of equations and enter an ordered pair (x,y). y = x + 3 y = -x - 5 1500 meters in 6 seconds as a unit rate Alkaptonuria is an infrequent autosomal recessive condition. It is first noticed in newborns when the urine in their diapers turns black upon exposure to air. The condition is caused by the defective transport of the amino acid phenylalanine through the intestinal walls during digestion. About 4 people per 1000 are carriers of alkaptonuria. Sara and James had never heard of alkaptonuria and were shocked to discover that their first child had the condition. Sara's sister Mary and her husband Frank are planning to have a family and are concerned about the possibility of alkaptonuria in one of their children.The four adults (Sara, James, Mary, and Frank) seek information from a neighbor who is a retired physician.After discussing their family histories, the neighbor says, " I never took genetics, but I know from my many years in practice that Sara and James are both carriers of this recessive condition. Since their first child had the condition, there is a very low chance that the next child will also have it, because the odds of having two children with a recessive condition are very low. Mary and Frank have no chance of having a child with alkaptonuria because Frank has no family history of the condition."The two couples each have babies and both babies have alkaptonuria.Required:a. What is the probability that the second child of Mary and Frank will have alkaptonuria?b. What is the chance that the third child of Sara and James will be free of the condition?c.The couples are worried that one of their grandchildren will inherit alkaptonuria.d. What is the chance that a child with alkaptonuria will have an offspring with alkaptonuria if the child's mate has no family history?e.The couples are worried that one of their grandchildren will inherit alkaptonuria.f. What is the chance that a child with alkaptonuria will have an offspring with alkaptonuria if the child's mate has no family history? Which of the following graphs show a proportional relationship?Choose all answers that apply: The surface area of the side of a right cylinder can be found by multiplying twice the number by the radius times the height. If a circular cylinder has radius r and height h, write an expression that represents the surface area of its side. Which has more kinds of specialized cells, a tissue or an organ?