Based on the following, how much should Ben Brenner include in income in his federal income tax return?Jury awarded punitive damages $10,000, Kickbacks on sale of goods (not treated as a reduction elsewhere), 5,000 Money borrowed from a bank 8,000 Increase in the value of an asset 1,000a.$15,000b.$16,000c.$24,000d. $10,000e.$23.000

Answers

Answer 1

Based on the information given, Ben Brenner should include $16,000 in income on his federal income tax return. This includes the $10,000 awarded in punitive damages, $5,000 in kickbacks on the sale of goods, and $1,000 increase in the value of an asset. The money borrowed from the bank is not considered income for tax purposes.

Based on the given information, Ben Brenner should include the following amounts in his income for his federal income tax return:

1. Jury awarded punitive damages: $10,000
2. Kickbacks on the sale of goods: $5,000

The money borrowed from the bank ($8,000) is not considered income, and the increase in the value of an asset ($1,000) is also not taxable until the asset is sold.

So, the total amount to include in his income for the federal income tax return would be:

$10,000 (punitive damages) + $5,000 (kickbacks) = $15,000

Therefore, the correct answer is option a. $15,000

To learn more about income tax : brainly.com/question/17075354

#SPJ11


Related Questions

Can someone show me how to "prove this identity' ASAP?

Answers

The prove of identity  (sec t - cos t) / sec t = sin² t is shown.

Given that;

The identity is,

⇒ (sec t - cos t) / sec t = sin² t

Now, We can prove as;

LHS;

⇒ (sec t - cos t) / sec t

⇒ 1 - cos t / sec t

⇒ 1 - cos t cos t

⇒ 1 - cos ² t

⇒ sin² t = RHS

Hence, The prove of identity is shown above.

Learn more about the mathematical expression visit:

brainly.com/question/1859113

#SPJ1

28. How do cyclic redundancy checks work?

Answers

Cyclic redundancy checks work by using a generator polynomial to calculate a unique value (CRC) based on the original data. This value is then appended to the data and verified by the receiver to ensure data integrity.

Cyclic Redundancy Checks (CRC) work as an error-detecting method used to ensure data integrity during transmission or storage. The process involves the following steps:

1. A predetermined polynomial (called the generator polynomial) is chosen for the CRC algorithm.

2. Before transmitting data, the sender divides the original data by the generator polynomial, using binary division.

3. The remainder obtained from the division is treated as the CRC value.

4. The sender appends the CRC value to the end of the original data, forming the transmitted message.

5. The receiver, upon receiving the message, performs the same binary division using the same generator polynomial.

6. If the remainder from the receiver's division matches the CRC value sent by the sender, it is assumed that the data is error-free.

7. If the remainder does not match, the receiver knows that an error occurred during transmission and can request the sender to retransmit the data.

In summary, cyclic redundancy checks work by using a generator polynomial to calculate a unique value (CRC) based on the original data. This value is then appended to the data and verified by the receiver to ensure data integrity.

Learn more about Cyclic Redundancy Checks here:

https://brainly.com/question/16860043

#SPJ11

15. Mike will give the waitress a 15% tip. The bill for his dinner is $35.40. How
much will the waitress receive for a tip?
A. $40.71
B. $531
C. $5.31
D. $55.30
SHOW YOUR WORK!
Reread the problem. Did
you answer the question that
was asked?

Answers

Answer:

C. $5.31

Step-by-step explanation:

35.40*0.15=5.31

0.15 is 15%

Let A and B be two events. Suppose that P (A)=0.45 and P(B)=0.16.
(a) Find ,P(A or B) given that and are independent.

(b) Find ,P(A or B) given that and are mutually exclusive.

Answers

Answer: The answer is 0.16. i hope I helped you god bless you.

Step-by-step explanation:

If you were creating a regression model predicting employee salary at a company based on the following predictor variables, which would need to be dummy coded:
a. experience (number of years working in that field)
b. job title
c. tenure (number of years working at that job)
d. age

Answers

In order to create a regression model predicting employee salary at a company based on the given predictor variables, we would need to dummy code the job title variable.

The other variables, experience, tenure, and age, can be used as continuous variables without the need for dummy coding. Dummy coding the job title variable would involve creating separate binary variables for each job title category, with a value of 1 indicating that the employee holds that job title and a value of 0 indicating they do not. This would allow us to include job title as a predictor variable in the regression model while accounting for the fact that job titles are not continuous or ordinal variables.

Learn more about  regression model  here:

https://brainly.com/question/14983410

#SPJ11

11. Fill in each blank with the correct word to complete the sentence.
The blank
number in an ordered pair is the y-coordinate and
corresponds to a number on the blank

Answers

The second number in an ordered pair is the y-coordinate and corresponds to a number on the y-axis.

Which number does the second number in an ordered pair represent?

It follows from the task content that the second number in an ordered pair represents what coordinates as required to be determined.

Recall that an ordered pair of coordinates usually takes the form; (x, y) in which case, x which is the first number represents the x-coordinate while y, which is the second number represents the y-coordinate.

On this note, the two blanks in the given sentence to be completed are best filled with; "second number" and y-axis respectively.

Read more on ordered pairs;

https://brainly.com/question/11139505

#SPJ1

Consider the three-place Boolean function f defined by the following rule:
For each triple
(x1, x2, x3)
of 0's and 1's,
f(x1, x2, x3) = (7x1 + 2x2 + 4x3) mod 2.
(a)
Find
fâ(1, 1, 1) and fâ(0, 0, 1).
fâ(1, 1, 1)
=
fâ(0, 0, 1)
=
(b)
Describe f using an input/output table.
Input Output
x1 x2 x3 f
1 1 1 1 1 0 1 0 1 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0

Answers

Considering the three-place Boolean function f defined

(a) f(1, 1, 1) = (7(1) + 2(1) + 4(1)) and f(0, 0, 1) = (7(0) + 2(0) + 4(1))

(b) Using an input/output table f is an odd parity function.

A Boolean function is a mathematical function that takes input values and returns a binary output value. In the given problem, the three-place Boolean function f is defined by the rule (7x1 + 2x2 + 4x3) mod 2, where x1, x2, and x3 are binary inputs.
To find f(1, 1, 1), we substitute x1=1, x2=1, and x3=1 in the given function. Therefore, f(1, 1, 1) = (7(1) + 2(1) + 4(1)) mod 2 = 1.
Similarly, to find f(0, 0, 1), we substitute x1=0, x2=0, and x3=1 in the given function. Therefore, f(0, 0, 1) = (7(0) + 2(0) + 4(1)) mod 2 = 0.
To describe f using an input/output table, we consider all possible input combinations of x1, x2, and x3 and evaluate the function for each combination. The resulting input/output table is as follows:
Input Output
x1 x2 x3 f
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 1
1 1 0 1
1 1 1 0
From the input/output table, we can see that the function f returns 1 when the sum of 7x1, 2x2, and 4x3 is odd and returns 0 when it is even. Thus, we can conclude that f is an odd parity function.

To learn more about Boolean function, refer:-

https://brainly.com/question/27885599

#SPJ11

A square pyramid is sliced in such a way that the plane passes through all five faces of the pyramid, what is the resulting cross section?

Answers

When a square pyramid is sliced in such a way that the plane passes through all five faces of the pyramid, the resulting cross-section is a pentagon.

The square pyramid has a square base and four triangular faces, so when a plane passes through all five faces, it intersects each of the four triangular faces to form a trapezoid. These four trapezoids combine to form a pentagon.

The resulting cross-section can vary depending on the angle at which the plane intersects the pyramid. If the plane intersects the pyramid at a right angle to the base, the resulting pentagon will be a regular pentagon. If the plane intersects the pyramid at an angle, the resulting pentagon will be irregular.

In summary, when a square pyramid is sliced in such a way that the plane passes through all five faces of the pyramid, the resulting cross-section is a pentagon, which can be regular or irregular depending on the angle of intersection.

Learn more about cross-section here: https://brainly.com/question/16881438

#SPJ11

= What is the perimeter of the thangle ?
2m
2m
2m

Answers

The perimeter of the triangle with sides of 2m, 2m, and 2m is:

Perimeter = sum of all sides

Perimeter = 2m + 2m + 2m

Perimeter = 6m

Therefore, the perimeter of the triangle is 6 meters.

please try to answer the questions you know; with workings. i would recommend doing it on a hard cover book and uploading a picture. thank you so so much <33

Answers

The measures of the angles and the proofs are shown below

Calculating the measures of the angles and proofs

Circle 4

The angle at the centre is twice the angle at the circumference

So, we have

360 - ∠BOD = 2 * 110

Evaluate

∠BOD = 140

Circle 5

Angle in a semicircle is 90 degrees

So, we have

∠ABD + 19 = 90

∠ABD = 71

Angles in the same segment are equal

So, we have

∠ACB = 19

Circle 6

Using the same theorem above, we have

5y + y = 90

y = 15

So, we have

∠BAC = 5 * 15

∠BAC = 75

Circle 7

By the corresponding angle theorem, we have

∠ABO = ∠CDO

By the sum of opposite internal angles in a triangle, we have

∠BOC = ∠BAO + ∠ABO

Substitute ∠ABO = ∠CDO

∠BOC = ∠BAO + ∠CDO --- proved

The angles at the edges are equal because they are corresponding angles of congruent isosceles triangles

Cyclic Quadrilateral

The opposite angles of cyclic quadrilaterals add up to 180 degrees

So, we have

180 - ∠x + 180 - ∠y = 180

Evaluate

∠x + ∠y = 180 --- proved

Read more about circle theorem at

brainly.com/question/31385923

#SPJ1

What is a area? /////////

Answers

Answer:

Area is the size of the surface. To get the area you multiply one side from the vertical edge and 1 from the horizontal

Step-by-step explanation: heres an example sorta pretend its full shape        

    i

27 i

    i

    i

    ____________

                10

10x27=270

270 is the area

An area is the quantity showing how much an object has covered a space.

What is an area?

Area is the size of a surface.

Area :-

Area of a shape is a two dimensional quantity. The term “area” refers to the space inside the boundary or perimeter of a closed shape.

The geometry of such a shape contains at least three sides joined together to form a boundary.

Symbolic representation of such space in mathematics refers to the “area” formula.

Learn more about area, click;

https://brainly.com/question/27683633

#SPJ2

The 4th-grade students are going on a field trip to the science museum. There are 4 classes with 23 students and 3 adults in each class. They will take 5 buses with an equal number of people on each bus. How many people will be on each bus?
Which of the following statements about the solution must be true?
a. Because of the real-world context, the solution must belong to all the set of all natural numbers. Therefore the solution is acceptable.
B. Because of the real-world context, the solution must belong to all the set of all rational numbers. Therefore the solution is acceptable.
C.Because of the real-world context, the solution must belong to all the set of all natural numbers. Therefore the solution is unacceptable.
D.Because of the real-world context, the solution must belong to all the set of all rational numbers. Therefore the solution is unacceptable.

Answers

Total number of people = (4 classes x 23 students x 3 adults) = 276 people
Number of buses = 5
So, the numbers of people on each bus = 276/5 = 55.2
Since the number of people on each bus must be a whole number, we need to round up to the nearest whole number, which is 56. Therefore, there will be 56 people on each bus.


First, let's find the total numbers of people going on the field trip:

There are 4 classes with 23 students and 3 adults each, so there are 26 people per class (23 students + 3 adults). Since there are 4 classes, we have a total of 4 * 26 = 104 people.

Now, let's divide the total number of people by the number of buses to find out how many people will be on each bus:

104 people / 5 buses = 20.8 people per bus

However, we cannot have a fraction of a person on a bus, so the solution must belong to the set of natural numbers. In this real-world context, having 20.8 people on each bus is not a valid solution, as it is not a natural number.

Therefore, the correct answer is:
C. Because of the real-world context, the solution must belong to the set of all natural numbers. Therefore, the solution is unacceptable.  The statement that must be true about the solution is C. Because the real-world context involves a group of 4th-grade students and their teachers, the solution must be a whole number, since we cannot have a fraction of a person and the solution must belong to the set of all natural numbers, and any solution that is not a natural number would be unacceptable.

Learn more about numbers:

brainly.com/question/17429689

#SPJ11

Subtract 4x^3-6x^2+8x-9 from 7x^3-16x+18

Answers

Answer:

3x^3 + 6x^2 - 24x + 27.

Step-by-step explanation:

To subtract these two polynomials, we need to combine like terms.

7x^3 - 16x + 18 - (4x^3 - 6x^2 + 8x - 9)

First, we can simplify the parentheses by distributing the negative sign:

7x^3 - 16x + 18 - 4x^3 + 6x^2 - 8x + 9

Next, we can combine like terms:

(7x^3 - 4x^3) + (6x^2) + (-16x - 8x) + (18 + 9)

Simplifying further:

3x^3 + 6x^2 - 24x + 27

Therefore, the answer is 3x^3 + 6x^2 - 24x + 27.

what would the new ordered pair of M' be after reflecting the shape over the x-axis

Answers

Answer: The rule for reflecting over the X axis is to negate the value of the y-coordinate of each point, but leave the x-value the same. What is this? 

Step-by-step explanation: I would hope this helps! a picture would better help me understand your question!!

If z is a standard normal variable, find the probability.
The probability that z lies between 0 and 3.01
Group of answer choices
0.9987
0.1217
0.5013
0.4987

Answers

The probability that z lies between 0 and 3.01 is: 0.9987 - 0.5 = 0.4987 So, the answer is 0.4987. To find the probability that z lies between 0 and 3.01 for a standard normal variable, you need to look up the values in a standard normal (z-score) table or use a calculator with the normal distribution function.



For z = 0, the probability is 0.5 (due to symmetry of the standard normal distribution). For z = 3.01, the probability is approximately 0.9987. To find the probability between 0 and 3.01, subtract the probability of z = 0 from the probability of z = 3.01.

0.9987 - 0.5 = 0.4987

So, the probability that z lies between 0 and 3.01 is approximately 0.4987. Your answer is 0.4987.

Learn more about variable here:

https://brainly.com/question/17344045

#SPJ11

3
Victoria bought an area rug for her living room. The rug is a rectangle with
a width of 32 feet and a length of 60 feet. How much money will he spend
if carpet costs $5.35 per square foot?

Answers

Answer:

  $10272

Step-by-step explanation:

You want the cost of a rug 32 ft by 60 ft at the rate of $5.35 per square foot.

Area

The area of the rug is ...

  32 ft × 60 ft = 1920 ft²

Cost

At $5.35 per square foot, the cost is ...

  (1920 ft²)($5.35/ft²) = $10,272

The cost of the area rug will be about $10,272.

In one week, a bakery made 1,244 trays of 26 chocolate chip cookies. The bakery also baked 694 trays of 19 sugar cookies. How many cookies did the bakery bake during the week?

Answers

The total number of cookies baked during the week if a bakery baked 1,244 trays of 26 chocolate chip cookies and also 694 trays of 19 sugar cookies are 336530.

To calculate the total number of cookies we have to find the number of chocolate chip and sugar cookies.

The total number of chocolate cookies is given by the product of the number of cookies in a tray and the number of trays.

Trays of chocolate chip cookies = 1244

Number of chocolate chip cookies per tray = 26

Total number of chocolate chip cookies = 1244 * 26

= 32344

Similarly, the total number of sugar cookies is given by the product of the number of cookies in a tray and the number of trays.

Trays of sugar cookies = 694

Number of sugar cookies per tray = 19

Total number of chocolate chip cookies = 694 * 19

= 13186

Total number of cookies = total number of chocolate chip cookies + sugar cookies

= 32344 + 13186

=336530

Learn more about product:

https://brainly.com/question/24716925

#SPJ4

Please help I need to show my work

Answers

from the picture above, we can see that the focus point of the parabola is at (2 , -4) and its vertex at (2 , -5), so the "p" distance from each other is just 1 unit, since the vertical parabola is opening upwards, that means "p" is positive or just p=1.

[tex]\textit{vertical parabola vertex form with focus point distance} \\\\ 4p(y- k)=(x- h)^2 \qquad \begin{cases} \stackrel{vertex}{(h,k)}\qquad \stackrel{focus~point}{(h,k+p)}\qquad \stackrel{directrix}{y=k-p}\\\\ p=\textit{distance from vertex to }\\ \qquad \textit{ focus or directrix}\\\\ \stackrel{p~is~negative}{op ens~\cap}\qquad \stackrel{p~is~positive}{op ens~\cup} \end{cases} \\\\[-0.35em] ~\dotfill[/tex]

[tex]\begin{cases} h=2\\ k=-5\\ p=1 \end{cases}\implies 4(1)(~~y-(-5)~~) = (~~x-2~~)^2 \\\\\\ 4(y+5)=x^2+4x+4\implies 4y+20=x^2+4x+4 \\\\\\ 4y=x^2+4x-16\implies {\Large \begin{array}{llll} y=\cfrac{1}{4}x^2+x-4 \end{array}}[/tex]

You will construct the circumcenter. You will need to construct the perpendicular bisectors of AB, BC, and/or AC. Then find the intersection of the perpendicular bisectors to find the point that is equidistant to A, B, and C.

Answers

To construct the circumcenter of triangle ABC, we need to find the point that is equidistant to its three vertices A, B, and C. We can do this by constructing the perpendicular bisectors of the sides AB, BC, and AC, and finding their intersection point.

Here are the steps to construct the circumcenter:

Draw triangle ABC.

Construct the perpendicular bisectors of sides AB and BC. To do this, find the midpoint of each side (label them M and N, respectively), and draw a perpendicular line to each side that passes through its midpoint. Label the points where the perpendicular bisectors intersect AB and BC as P and Q, respectively.

Construct the perpendicular bisector of side AC using the same method. Label the point where this bisector intersects AC as R.

Draw lines connecting each vertex of the triangle to the intersection point of the perpendicular bisectors. These lines are the radii of the circumcircle.

The intersection point of the perpendicular bisectors is the circumcenter of triangle ABC. Label this point as O.

Now, we have constructed the circumcenter O of triangle ABC, which is the point that is equidistant to its three vertices A, B, and C.

To know more about perpendicular bisectors,

https://brainly.com/question/24753075

#SPJ11

Your computer checks for new email messages every 15 minutes. If you sit
down at your computer at a random time, what is the probability you will have
to wait more than 5 minutes for the computer to check for new email
messages?
O 1/2
O 1/3
O 1/15
O 2/3

Answers

Answer:

The probability that you will have to wait more than 5 minutes is the same as the probability that you sit down during the first 10 minutes of the 15-minute interval. This probability is:

10 minutes / 15 minutes = 2/3

Therefore, the answer is 2/3.

Step-by-step explanation:

You owe $1,500 on a credit card with a 14.5% APR. The minimum payment is $80. How much goes toward the principal if you make the minimum payment at the end of the first month?

Answers

If you make the minimal payment of $80 on the end of the first month, $61.85 will cross towards the principal and $18.15 will go towards interest charges.

To calculate how much of the minimal charge goes closer to the principal, we first need to calculate the amount of interest that accrues at the outstanding balance for the first month.

Monthly interest rate = Annual interest price / twelve monthsMonthly interest rate = 14.5% / 12Monthly interest price = 0.01208333 or approximately 0.0121

Interest charged for the month = monthly interest fee x outstanding stability

Interest charged for the month = 0.0121 x $1,500Interest charged for the month = $18.15

Now we are able to calculate how a good deal of the minimal fee goes closer to the principal:

Amount closer to most important = minimum payment - interest charged for the monthQuantity toward principal = $80 - $18.15Quantity towards principal = $61.85

Consequently, if you make the minimal payment of $80 on the end of the first month, $61.85 will cross towards the principal and $18.15 will go towards interest charges.

Learn more about Simple Interest:-

https://brainly.com/question/29716197

#SPJ1

What is the surface area of the cylinder with height 8 km and radius 7 km? Round your answer to the nearest thousandth.

Answers

Answer:

301.593

Step-by-step explanation:

surface area = circumference x height + 2 x circle area

= 4 x 2 x π x 8 + 2 x π x 4^2

= 25.1327412287 x 8 + 6.28318530718 x 16

= 201.06192983 + 100.530964915

= 301.592894745 ≈ 301.593

the value of [tex]\sqrt{x}[/tex] 97 is between what two numbers

Answers

The calculated value of the expression √97 is between 8 and 10

Evaluating the value of the expression in numbers

From the question, we have the following parameters that can be used in our computation:

√97

The above expression is a radical expression, and at the same time it is an irrational number

This is because

Radicals are represented by square rootsSquare roots that are not perfect squares are irrational numbers

When evaluated, we have

√97 = 9.848.....

This number is between 8 and 10

Hence, the value of the expression is between 8 and 10

Read more about expression at

https://brainly.com/question/15775046

#SPJ1

A parallelogram has a base of 11 and a height of 11 what is the area?

Answers

Answer:  121

Step-by-step explanation:

Area of a parallelogram = base x height = 11 x 11 = 121

Help me please I’m stuck

Answers

Answer:

Step-by-step explanation:

5 +2/10

since 5 is on outside you can just add them

write an integral that quantifies the increase in the volume of a sphere as its radius r triples from r unit to 3r units.

Answers

The integral that quantifies the increase in the volume of a sphere as its radius r triples from r unit to 3r units is 26πr³.

To write an integral that quantifies the increase in the volume of a sphere as its radius r triples from r unit to 3r units, we will use the formula for the volume of a sphere, which is V = (4/3)πr³.

To find the increase in volume, we will integrate the derivative of the volume with respect to r from r to 3r:

ΔV = ∫(dV/dr) dr from r to 3r

First, find the derivative of the volume with respect to r:

dV/dr = d(4/3πr³)/dr = 4πr²

Now, integrate the derivative with respect to r from r to 3r:

ΔV = ∫(4πr²) dr from r to 3r = 4π [∫r² dr from r to 3r]

= 4π [(1/3)r³] evaluated from r to 3r

= 4π [(1/3)(3r)³ - (1/3)r³]

= 4π [(27 - 1)/3] r³

= 26πr³

So, the integral that quantifies the increase in the volume of a sphere as its radius r triples from r unit to 3r units is 26πr³.

Learn more about integral here:

https://brainly.com/question/18125359

#SPJ11

Area of triangle with height is on clear

Answers

The Area of triangle with the given height 10 cm and base 6 cm is calculated to be  30 square centimeters.

To calculate the area of a triangle with height 10 cm and base 6 cm, we can use the formula:

Area = (1/2) x Base x Height

Substituting the given values, we get:

Area = (1/2) x 6 cm x 10 cm

Area = 30 square cm

Therefore, the area of the triangle is 30 square centimeters.

We can see that the area of the triangle is calculated by multiplying the base and height and then dividing the result by 2. In this case, the height of the triangle is 10 cm and the base is 6 cm, so the area is 30 square cm. This formula can be used to calculate the area of any triangle, regardless of its size or shape.

Learn more about Triangles :

https://brainly.com/question/21036800

#SPJ4

The complete question is :

Calculate the Area of triangle with the height 10 cm and base 6 cm .

brainliest+100 points
read instructions

Answers

Answer:

16 i think

Step-by-step explanation:

Answer:

We know that

Area of rectangle: Length" Breadth

For Question

Area of respective Rectangle are:

A : 13*(x+12) ft²

B : 10*8=80ft²

C : (x+10)*7 ft²

D : (x+10)*(10-7)=(x+10)*3 ft2

E : 6*6 =36 ft²

F : 7*6= 42 ft²

G : (x+8)*(x+7) ft²

H : (3x+23)*(2x+17) ft²

I. : (2x+16)*(x+8) ft²

What is -7i + 4j in component form?

Answers

Answer: -7i + 4j in component form is (-7, 4).

Step-by-step explanation:

Suppose you borrow $197,500 on a 30 year adjustable rate mortgage loan. The fixed period is five years and the initial interest rate is 4.25%.

Question 2
Assume that you make all payments exactly as scheduled. How much will you owe at the end of the five year fixed period?

Answers

Answer:

Assuming that the loan has monthly payments, the total number of payments in the 30-year loan would be 30 x 12 = 360.

To calculate how much is owed at the end of the five-year fixed period, we need to first determine how much of the principal (the borrowed amount) will be paid off during that time.

Using an amortization calculator, we can determine that with a 4.25% interest rate and monthly payments of $972.38, the principal paid off after five years will be approximately $25,732.37.

At the end of the five-year fixed period, the remaining principal balance will be $197,500 - $25,732.37 = $171,767.63. This will be the amount owed at the end of the fixed period.

Step-by-step explanation:

Other Questions
2. A snowcone with a radius of 4 cm is sold in a cone-shaped paper cup with a height of 12 cm and an opening 6 cm wide. If all the ice melted in the cup, would it overflow?3.A family-sized box of cereal with dimensions 3x9x12 inches costs $6, while the regular size with dimensions 2 x 8 x 9 inches costs $4.50. What is the difference in price per cubic inch? 4. How does the volume of a cylinder with a radius of 6 inches and a height of 8 inches compare to the volume of a cylinder with radius of 8 inches and height of 6 inches? After arriving in a new city today, a traveling sales team member calls you stating that his wireless connection no longer works. He has checked the wireless configuration and he knows it to be correct because it was working yesterday. What should you do first?a. Have him update the drivers for the wireless card.b. Have him manually configure the wireless card to use only 802.11b.c. Have him verify that the wireless card's hardware switch is in the On position.d. Have him purchase a USB wireless card to use until you can check the problem yourself. Atmospheric air at 35 degree C flows steadily into an adiabatic saturation device and leaves as a saturated mixture at 25 degree C. Makeup water is supplied to the device at 25 degree C. Atmospheric pressure is 98 kPa. Determine the relative humidity and specific humidity of the air. omega_1 = ______ kg H_2O/kg dry air phi_1 = ______ point p divides the directed line segment from point a(-4 -1) to ppoint b(6,4) in the ratio 2:3. the coordinates of point p are The file FDICBankFailures contains data on failures of federally insured banks between 2000 and 2012. Create a PivotTable in Excel to answer the following questions. The Pivot- Table should group the closing dates of the banks into yearly bins and display the counts of bank closures each year in columns of Excel. Row labels should include the bank locations and allow for grouping the locations into states or viewing by city. You should also sort the PivotTable so that the states with the greatest number of total bank failures between 2000 and 2012 appear at the top of the PivotTable.a. Which state had the greatest number of federally insured bank closings between 2000 and 2012?b. How many bank closings occurred in the state of Nevada (NV) in 2010? In what cities did these bank closings occur?c. Use the PivotTables filter capability to view only bank closings in California (CA), Florida (FL), Texas (TX), and New York (NY) for the years 2009 through 2012. What is the total number of bank closings in these states between 2009 and 2012?d. Using the filtered PivotTable from part c, what city in Florida had the greatest number of bank closings between 2009 and 2012? How many bank closings occurred in this city?e. Create a PivotChart to display a column chart that shows the total number of bank closings in each year 2000 through 2012 in the state of Florida. Adjust the formatting of this column chart so that it best conveys the data. What does this column chart suggest about bank closings between 2000 and 2012 in Florida? Discuss.Hint: You may have to switch the row and column labels in the PivotChart to get the best presentation for your PivotChart. a person has very high levels of antibodies against hepatitis c, and very low levels of antibodies against influenza. which disease is likely to be the most recent (new) infection, rather than a repeated infection? Which of the following agencies were created by congress to give them information independent of the information it gets from the executive branch? office of management and budget press space to open federal reserve press space to open congressional research service What is human agency (Laub & Sampson, 2003)? Pls, Help due TODAY!! how might the fundamental attribution error influence false confessions when it comes to jury decision describe how dna polymerase builds new strands of dna. include: idea of templates, importance of complementary base pairing. What can an individual accomplish at Allen's Cognitive level 1? Why is regression analysis so important in the social sciences? If a sulfuric acid (HSO, MM = 98.09 g/mol) solution is completely neutralized with 61.37 mL of the NaOH solution above (from question 2) what was the mass in grams of sulfuric acid in the solution. Remember, you need a balanced chemical reaction for stoichiometry. (do not forget about SF) how can i answer it Makes it illegal to circumvent technology-based protections of copyrighted materials How many oxygen atoms are involved in the reaction below?C6H12O6 + 602 6HO + 6CO When considering the relationship between lateral static stability and directional stability:A) dominant lateral static stability gives an increased tendency for dutch roll.B) dominant lateral static stability gives an increased tendency for spiral instability.C) dominant directional static stability gives an increased tendency for dutch roll.D) they are mutually independent and have no effect on each other. which type of theorist is more likely to argue that continued domination by men requires a belief system that supports gender inequality? (4 point) 4. Saman Inc. reported the following financial facts at the year-end Dec 2018. Total Interest-Bearing Debt= $100.000: Sales= $15.000: Total Operating Cost= $4.000. If tax rate is 40% and interest rate is 6%. Find interest expense for the corresponding company.A.$6000B.$7000C.$2700 D.$346E.None of the above