Daddy's annual salary is $42603.00. If he gets the same salary
each month and a monthly travelling allowance of $1250.00,
what is his monthly earning?​

Answers

Answer 1

Answer:

$4800.25

Step-by-step explanation:

$42603 is a yearly salary.

There are 12 months in 1 year.

Monthly salary:

$42603/12 = $3550.25

Monthly travelling allowance: $1250

Total amount earned in 1 month:

$3550.25 + $1250 = $4800.25


Related Questions

Dan's mean average on 5 exams is 86 determine the sum of his score

Answers

Answer: 430

Step-by-step explanation:

An average of 5 scores can be found via: (the sum of the scores)*5.  Thus, simply multiply 86*5 to get that the sum of his scores is 430

Hope it helps <3

According to the histogram below, how many people took the test? 39 9 16 23

Answers

The correct answer is D. 23

Explanation:

Histograms similar to other graphs represent numerical information, usually by using bars, as well as ranges. For example, in the case presented the information presented belongs to the scores obtained in a test, which are shown using ranges. Moreover, it is possible to know the total of people that took the test by adding each of the frequencies, as the frequency in the y-axis shows the number of times the range repeated and it is expected each grade registered belongs to 1 person. This means the total of people is equal to 2 (score from 60-69) + 9 (score from 70-79) + 7 (score from 80-89) + 5 (score from 90-99) = 23 people.

Answer:

the answer is 23

Step-by-step explanation:

hopes this helps:)

In an ESP experiment subjects must predict whether a number randomly generated by a computer will be odd or even. (Round your answer to four decimal places.) (a) What is the probability that a subject would guess exactly 18 correct in a series of 36 trials

Answers

Answer: The answer is 0.1350

Step-by-step explanation:

Given data

n=36

p=1/2

q=1/2

X=18

O=3

U = 18

a. With n = 36 and p = q = 1/2, you may use the normal approximation with µ = 18 and o = 3. X = 18 has real limits of 17.5 and 18.5 corresponding to z = -0.17 and z = +0.17. p = 0.1350.

The probability that a subject would guess exactly 18 correct in a series of 36 trials is 0.1350.

Given that,

ESP experiment subjects must predict whether a number randomly generated by a computer will be odd or even.

We have to determine,

What is the probability that a subject would guess exactly 18 correct in a series of 36 trials?

According to the question,

Number of trials n = 36

The probability must per whether a number randomly generated by a computer will be odd is 1/2 or even is 1/2.

By using the normal approximation,

[tex]\mu = 18 \ and \ \sigma = 3[/tex]

Therefore,

X = 18 has real limits of 17.5 and 18.5 corresponding to z = -0.17 and z = +0.17.

p = 0.1350

Hence, the probability that a subject would guess exactly 18 correct in a series of 36 trials is 0.1350.

To know more about Probability click the link given below.

https://brainly.com/question/17090368

Identify the P-VALUE used in a hypothesis test of the following claim and sample data:

Claim: "The proportion of defective tablets manufactured in this factory is less than 6%."

A random sample of 500 tablets from this factory is selected, and it is found that 20 of them were defective. Test the claim at the 0.05 significance level.

Answers

Answer:

The calculated value Z = 2 > 1.96 at 0.05 level of significance

Alternative Hypothesis is accepted

The proportion of defective tablets manufactured in this factory is less than 6%."

Step-by-step explanation:

Step(i):-

Given Population proportion P = 0.06

Sample size 'n' = 500

A random sample of 500 tablets from this factory is selected, and it is found that 20 of them were defective.

Sample proportion

                                  [tex]p^{-} = \frac{x}{n} = \frac{20}{500} =0.04[/tex]

Null hypothesis :H₀: P = 0.06

Alternative Hypothesis :H₁:P<0.06

Level of significance = 0.05

Z₀.₀₅ = 1.96

Step(ii):-

       Test statistic

                          [tex]Z = \frac{p^{-} -P}{\sqrt{\frac{P Q}{n} } }[/tex]

                         [tex]Z = \frac{0.04 -0.06}{\sqrt{\frac{0.06 X 0.94}{500} } }[/tex]

                        Z =  - 2

                    |Z|= |-2| = 2

Step(iii):-

The calculated value Z = 2 > 1.96 at 0.05 level of significance

Null hypothesis is rejected

Alternative Hypothesis is accepted

The proportion of defective tablets manufactured in this factory is less than 6%."

Evaluate the expression 23^0-15^1+18^0+(43-12)

Answers

Answer:

18

Step-by-step explanation:

23^0 - 15^1 + 18^0 + (43 - 12) =

= 1 - 15 + 1 + 31

= -14 + 1 + 31

= -13 + 31

= 18

Please answer please please thank

This function to calculate the area of a rectangle is not very readable. Can you refactor it, and then call the function to calculate the area with base of 5 and height of 6? Tip: a function that calculates the area of a rectangle should probably be called rectangle_area, and if it's receiving base and height, that's what the parameters should be called.

Answers

Answer:

Here is the refactored function:

def rectangle_area(base, height):

   area = base * height

   return area    

print("The area is ", rectangle_area(5,6))

Step-by-step explanation:

The above program has a function rectangle_area that takes two variables base and height as parameters. The function then computes the area of rectangle by multiplying the values of base and height. The result of the multiplication is assigned to the variable area. Then the function returns the resultant area.

print("The area is ", rectangle_area(5,6)) statement calls rectangle_area() method by passing values of base and height i.e. 5 and 6 to compute the area. The output of this program is:

The area is 30

Note that the use of rectangle_area function name describes what the function does i.e. it computes the area of rectangle. By naming the parameters as base and height that clearly depicts that in order to compute rectangle are we need the base and height of rectangle. So this makes the code readable.

here is the picture pls answer another for my lil friend lol

Answers

Answer:

Hey there!

The perimeter can be expressed as 140+140+68[tex]\pi[/tex]

This is equal to 493.52 m

Hope this helps :)

A particle is moving with the given data. Find the position of the particle. a(t) = 2t + 5, s(0) = 6, v(0) = −5

Answers

Answer:

The position of the particle is described by [tex]s(t) = \frac{1}{3}\cdot t^{3} + \frac{5}{2}\cdot t^{2} - 5\cdot t + 6,\forall t \geq 0[/tex]

Step-by-step explanation:

The position function is obtained after integrating twice on acceleration function, which is:

[tex]a(t) = 2\cdot t + 5[/tex], [tex]\forall t \geq 0[/tex]

Velocity

[tex]v(t) = \int\limits^{t}_{0} {a(t)} \, dt[/tex]

[tex]v(t) = \int\limits^{t}_{0} {(2\cdot t + 5)} \, dt[/tex]

[tex]v(t) = 2\int\limits^{t}_{0} {t} \, dt + 5\int\limits^{t}_{0}\, dt[/tex]

[tex]v(t) = t^{2}+5\cdot t + v(0)[/tex]

Where [tex]v(0)[/tex] is the initial velocity.

If [tex]v(0) = -5[/tex], the particular solution of the velocity function is:

[tex]v(t) = t^{2} + 5\cdot t -5, \forall t \geq 0[/tex]

Position

[tex]s(t) = \int\limits^{t}_{0} {v(t)} \, dt[/tex]

[tex]s(t) = \int\limits^{t}_{0} {(t^{2}+5\cdot t -5)} \, dt[/tex]

[tex]s(t) = \int\limits^{t}_0 {t^{2}} \, dt + 5\int\limits^{t}_0 {t} \, dt - 5\int\limits^{t}_0\, dt[/tex]

[tex]s(t) = \frac{1}{3}\cdot t^{3} + \frac{5}{2}\cdot t^{2} - 5\cdot t + s(0)[/tex]

Where [tex]s(0)[/tex] is the initial position.

If [tex]s(0) = 6[/tex], the particular solution of the position function is:

[tex]s(t) = \frac{1}{3}\cdot t^{3} + \frac{5}{2}\cdot t^{2} - 5\cdot t + 6,\forall t \geq 0[/tex]

Answer:

Position of the particle is :

[tex]S(t)=\frac{1}{3}.t^3+\frac{5}{2}.t^2-5.t+6[/tex]

Step-by-step explanation:

Given information:

The particle is moving with an acceleration that is function of:

[tex]a(t)=2t+5[/tex]

To find the expression for the position of the particle first integrate for the velocity expression:

AS:

[tex]V(t)=\int\limits^0_t {a(t)} \, dt\\v(t)= \int\limits^0_t {(2.t+5)} \, dt\\\\v(t)=t^2+5.t+v(0)\\[/tex]

Where, [tex]v(0)[/tex] is the initial velocity.

Noe, if we tale the [tex]v(0) =-5[/tex] ,

So, the velocity equation can be written as:

[tex]v(t)=t^2+5.t-5[/tex]

Now , For the position of the particle we need to integrate the velocity equation :

As,

Position:

[tex]S(t)=\int\limits^0_t {v(t)} \, dt \\S(t)=\int\limits^0_t {(t^2+5.t-5)} \, dt\\S(t)=\frac{1}{3}.t^3+\frac{5}{2}.t^2-5.t+s(0)[/tex]

Where, [tex]S(0)[/tex] is the initial position of the particle.

So, we put the value [tex]s(0)=6[/tex] and get the position of the particle.

Hence, Position of the particle is :

[tex]S(t)=\frac{1}{3}.t^3+\frac{5}{2}.t^2-5.t+6[/tex].

For more information visit:

https://brainly.com/question/22008756?referrer=searchResults

Which type of graphs allows the reader to view the raw data values?

Answers

Answer:

bar graphs

Step-by-step explanation:

as in a bar graph, we don't do any calculations to graph on a paper,

so the data values, are taken RAW while graphing.

Translate the phrase into a variable expression. Use the letter sto name the
variable. If necessary, use the asterisk (*) for multiplication and the slash
(1) for division.
the product of 60 and the number of seconds...

Answers

Answer:

The statement

the product of 60 and the number of seconds is written as

60 * s

Hope this helps you


Explain how to write an equivalent expression using the
associative property.
2+(11 + y)​

Answers

Answer:

2+(11+y)=(2+11)+y=11+(2+y)

Answer:

Sample Response: The associative property allows you to keep the order of the terms and change the position of the parentheses. So you can rewrite the terms in the same order and then move the parentheses so that the 2 + 11 is now inside. The equivalent expression is (2 + 11) + y.

Step-by-step explanation:

E d g e n u i t y

Write an expression for each statement and then simplify it, if possible.
g
There are two numbers, that sum up to 53. Three times the smaller number is equal to 19 more than the larger number. What are the numbers ?
Answer:
If the smaller number is x, then the equation is
. The numbers are
,
.

Answers

Answer:

x = 18; y = 35

Step-by-step explanation:

This gives us the equation:

1. x+y=53

2. 3x=y+19

3. 3x-y=19

Add the first and last line together: x+y+3x-y=53+19

Simplifies to: 4x=72

Divide by 4 to get: x = 18

Plug your numbers into the first equation to get 18+y=53; y = 35.

Answer:

The numbers are 18 and 35.

Step-by-step explanation:

The smaller number is x.

Let the other number by y.

Three times the smaller number is equal to 19 more than the larger number.

3x = y + 19

The larger number is

y = 3x - 19

the numbers add up to 53

x + y = 53

x + 3x - 19 = 53

4x = 72

x = 18

y = 3x - 19 = 3(18) - 19 = 54 - 19 = 35

The numbers are 18 and 35.

Write an equation and then solve each word problem: My computer can download a movie in 5 hours. If I install an extra processor it can download the movie in 4 hours. How long, working alone, would it have taken the new extra processor to download the movie? Pls help me within 10 minutes

Answers

Answer:

The new extra processor would take 20 hours to download the movie.

Step-by-step explanation:

This word problem presents two variables: [tex]n[/tex] - Processing capacity, dimensionless; [tex]t[/tex] - Download time, measured in hours. Both variables exhibit a relationship of inverse proportionality, that is:

[tex]t \propto \frac{1}{n}[/tex]

[tex]t = \frac{k}{n}[/tex]

Where [tex]k[/tex] is the proportionality constant.

Now, let suppose that original processor has a capacity of 1 ([tex]n = 1[/tex]), the proportionality constant is: ([tex]t = 5\,h[/tex])

[tex]k = n\cdot t[/tex]

[tex]k = (1)\cdot (5\,h)[/tex]

[tex]k = 5\,h[/tex]

The equation is [tex]t = \frac{5}{n}[/tex] and if time is reduced to 4 hours by adding an extra processor, the processing capacity associated with this operation is: ([tex]t = 4\,h[/tex])

[tex]n = \frac{5}{t}[/tex]

[tex]n = \frac{5\,h}{4\,h}[/tex]

[tex]n = 1.25[/tex]

Then, the extra processor has a capacity of 0.25. The time required for the new extra processor to download the movie is: ([tex]n = 0.25[/tex])

[tex]t = \frac{5\,h}{0.25}[/tex]

[tex]t = 20\,h[/tex]

The new extra processor would take 20 hours to download the movie.

The value of x that will make L and M

Answers

Greetings from Brasil...

Here we have internal collateral angles. Its sum results in 180, so:

(6X + 8) + (4X + 2) = 180

6X + 4X + 8 + 2 = 180

10X + 10 = 180

10X = 180 - 10

10X = 170

X = 170/10

X = 17

X would equal 17 in this question.

What is the quotient in polynomial form?

Answers

Answer:

Step-by-step explanation:

We are given the polynomial [tex]x^3+2^2-2x+3[/tex] and we are dividing by (x+3). So by performing one step of synthetic division we get

1 2 -2 3|-3

 -3 3 -3

1 -1 1   0

So the quotient in polynomial form is [tex]x^2-x+1[/tex]

Which statements are true rega quadrilateral. ABCD? ABCD has congruent diagnals

Answers

Answer:

the first, second and last option are all correct

Step-by-step explanation:

just Googled and squares have congruent diagonals, and the definition of a rhombus is that all the sides and angles have to be equal and adjacent, and a square has those qualities, which would also make the last statement true.

a square have two pairs of parallel sides, making the fourth one incorrect

and a square is also a rectangle so the third one is wrong as well!! :)

A tower is 40 ft tall and 20 ft wide. A model of the tower is 5 in. tall. Identify the width of the model in inches.

Answers

Answer:

The width of the model will be  2.5 inches

Step-by-step explanation:

The tower was scaled down by a factor to a smaller size in the model. We are to, first of all, determine this factor and then use it to scale down the width of the model.

Step One: Determine the scale factor from the tower height.

The scale factor is obtained from the formula:

Scale factor = model size / observed size

This will be

Height of model tower/ height of the real tower.

The height of the model tower is 5 inches which is the same as 0.416667 ft

Scale factor = 0.416667 ft/ 40ft = 0.0104

Step two:  Multiply the width of the real-life tower by the scale factor to get the model width.

Width of model =20ft X 0.0104 = 0.208ft

Step three:  Convert your answer back to inches.

We will now have to convert 0.208 ft back to inches by multiplying by 12

This will be 0.208 X 12 =2.5 inches.

The width of the model will be  2.5 inches

If y varies directly as x, and y is 6 when x is 72, what is the value of y when x is 8?
NO
54
оо
96

Answers

Answer:

2/3

Step-by-step explanation:

The equation for direct variation is: y = kx, where k is a constant.

Here, we see that y varies directly with x when y = 6 and x = 72, so let's plug these values into the formula to find k:

y = kx

6 = k * 72

k = 6/72 = 1/12

So, k = 1/12. Now our formula is y = (1/12)x. Plug in 8 for x to find y:

y = (1/12)x

y = (1/12) * 8 = 8/12 = 2/3

Thus, y = 2/3.

~ an aesthetics lover

Answer:

Step-by-step explanation: I hope i'm right

[tex]y \alpha x\\y=kx....(1)\\6=72k\\\frac{6}{72} =\frac{72k}{72} \\\\1/12 =k\\y = 1/12x=relationship-between;x-and;y\\x =8 , y =?\\y = \frac{8}{12} \\Cross-Multiply\\12y =8\\12y/12 = 8/12\\\\y = 2/3[/tex]

PLEASE ANSWER FAST PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! The point (1, −1) is on the terminal side of angle θ, in standard position. What are the values of sine, cosine, and tangent of θ? Make sure to show all work.

Answers

Answer:

sin = -√2 / 2

cos = √2 / 2

tan = -1

Step-by-step explanation:

Θ is in quad IV

sin = -√2 / 2

cos = √2 / 2

tan = -1

Solve the equation for X. 2(2x-4)=3(x+4) A -4 B 4 C 20 D 6

Answers

Answer:

X=20

Step-by-step explanation:

The answer is C

This table shows values that represent an exponential function.
What is the average rate of change for this function for the interval from x = 1
to x = 3?

Answers

Answer:

B. 3

Step-by-step Explanation:

To find the average rate of change of the exponential function represented by the table of values above can be calculated using the general formula for average rate of change of a function, which is given as [tex] m = \frac{f(b) - f(a)}{b - a} [/tex]

Where,

[tex] a = 1, f(1) = 7 [/tex]

[tex] b = 3, f(3) = 13 [/tex]

Plug in the above values in the average rate of change formula:

[tex] m = \frac{13 - 7}{3 - 1} [/tex]

[tex] m = \frac{6}{2} [/tex]

[tex] m = 3 [/tex]

Average rate of change is B. 3

Answer:

3

Step-by-step explanation:

Please answer this correctly without making mistakes

What is the correct answer library or theater

Answers

Answer:

theater

pls mark me as BRAINLIEST

A spinner has 4 equal sectors with tour options Dubai, Seoul, Switzerland, and Paris. What is the probability of landing on Seoul or Paris after spinning spinner

Answers

It has a 2/4 chance of landing on either Seoul or Paris.

The probability of landing on Seoul or Paris after spinning spinner is 1/2 .

What is Probability ?

Probability is the measure of likeliness of an event to happen.

It is given that

Total Outcomes = 4  ( Dubai, Seoul, Switzerland, and Paris)

the probability of landing on Seoul or Paris after spinning spinner = ?

The probability of Landing on Seoul P(S)  is 1 /4

The probability of Landing on Paris P(P)  is 1 /4

The probability of landing on Seoul or Paris after spinning spinner is

P( S∪P) = P(S) + P(P)

= (1/4) + (1/4)

= 1/2

Therefore , The probability of landing on Seoul or Paris after spinning spinner is 1/2 .

To know more about Probability

https://brainly.com/question/11234923

#SPJ2

How does a reflection across the y-axis change the coordinates of a shape?

Answers

Answer:

When you reflect a shape avross the y-axis, the y-coordinates stay the same, but the x-coordinates turn into its opposites.

Step-by-step explanation:

EXAMPLES:

(3,6)---(reflected over y-axis)--> (-3,6)

(9,2)---(reflected over y-axis)--> (-9,2)

Hope this helped! Brainliest would be really appreciated :)

heLpPppPPpppPPpppppPPpppPPpppPPpppPPPpppPPPpppPPPPppppp

Answers

Answer:

Triangle D is your answer.

Answer:

Hey there!

Triangle C is unique, as one side and two angles determine a unique triangle.

Hope this helps :)

7987.1569 to the nearest thousandth

Answers

Answer:

7987.1569 to the nearest thousandths is 7987.157

Step-by-step explanation:

Select the correct answer. Vincent wants to construct a regular hexagon inscribed in a circle. He draws a circle on a piece of paper. He then folds the paper circle three times to create three folds representing diameters of the circle. He labels the ends the diameters A, B, C, D, E, and F, and he uses a straightedge to draw the chords that form a hexagon. Which statement is true? A. Vincent’s construction method produces a hexagon that must be regular. B. Vincent’s construction method produces a hexagon that must be equilateral but may not be equiangular. C. Vincent’s construction method produces a hexagon that must be equiangular but may not be equilateral. D. Vincent’s construction method produces a hexagon that may not be equilateral and may not be equiangular.

Answers

Answer:

B.

Step-by-step explanation:

Vincent’s construction method produces a hexagon that may not be equilateral and may not be equiangular. The correct option is D.

What is a regular polygon?

A regular polygon is a polygon that is equiangular and equilateral. Therefore, the measure of all the internal angles and the measure of all the sides of the polygon are equal to each other.

Given that Vincent wants to construct a regular hexagon inscribed in a circle. He draws a circle on a piece of paper. He then folds the paper circle three times to create three folds representing the diameters of the circle.

Now as it can be seen as the paper is folded as shown in the below image but it does not create a hexagon that is equilateral and equiangular.

Hence, Vincent’s construction method produces a hexagon that may not be equilateral and may not be equiangular.

Learn more about Regular Polygon:

https://brainly.com/question/10885363

#SPJ2

solve the nonlinear system of equations. State the number of solutions.

Answers

Answer:

Step-by-step explanation:

Hello,

Question 15

We can search x such that:

   [tex]x^2-4x+4=2x-5\\\\\text{*** subtract 2x-5 from both sides ***}\\ \\x^2-4x-2x+4+5=0\\ \\\text{*** simplify ***}\\ \\x^2-6x+9=0 \\ \\\text{*** we can notice a perfect square ***}\\ \\x^2 -2\cdot x \cdot 3 + 3^2=(x-3)^2=0\\\\\text{*** taking the root ***}\\\\x-3=0\\\\\large \boxed{\sf \ \ x=3 \ \ }[/tex]

There is 1 solution.

Question 16

Again, we search x such that:

  [tex]x^2-8x+15=2x-6\\\\\text{*** subtract 2x-6 from both sides ***}\\\\x^2-8x-2x+15+6=0\\\\\text{*** simplify ***}\\\\x^2-10x+21=0 \\ \\\text{*** we are looking for two roots where the sum is 10 and the product is 21 = 7 x 3 ***} \\\\x^2-7x-3x+21=x(x-7)-3(x-7)=(x-3)(x-7)=0\\\\\large \boxed{\sf \ \ x= 3 \ or \ x =7 \ \ }[/tex]There are two solutions.

 

Hope this helps.

Do not hesitate if you need further explanation.

Thank you

The bar graph below shows trends in several economic indicators over the period . Over the​ six-year period, about what was the highest consumer price​ index, and when did it​ occur? Need help with both questions!

Answers

Please answer answer question answer answer me please answer answer please please thank lord lord thank lord please please thank you lord lord thank you please thank lord please thank

Which parent function is represented by the graph?

A. The quadratic parent function
B. The absolute value parent function
C. An exponential parent function
D. The linear parent function

Answers

Answer:

D. The linear parent function

Step-by-step explanation:

Linear functions are always characterized by a straight line graph with or without an intercept on the vertical or horizontal axis. A linear function usually has an independent variable and a dependent variable. The independent variable is commonly depicted as x while the dependent variable is y.

Thus a linear equation is an equation of the type y=ax where a is a constant term. The equation of a straight line graph his y=mx +c, where;

m= gradient of the straight line graph

x= the independent variable

y= the dependent variable

c= the vertical intercept

Answer:

The linear parent function :)

Step-by-step explanation:

Other Questions
Dodero Company produces a single product which sells for $100 per unit. Fixed expenses total $12,000 per month, and variable expenses are $60 per unit. The company's sales average 500 units per month. Which of the following statements is correct? a. The company's break-even point is $12,000 per month. b. The fixed expenses remain constant at $24 per unit for any activity level within the relevant range. c. The company's contribution margin ratio is 40%. d. Responses A, B, and C are all correct. On July 1, 2021, a company loans one of its employees $20,000 and accepts a ten-month, 9% note receivable. Calculate the amount of interest revenue the company will recognize in 2021 and 2022 Calculate the amount of HCl in grams required to react with 3.75 g of CaCO3 according to the following reaction: CaCO3(s) + 2 HCl(aq) CaCl2(aq) + H2O(l) + CO2(g) which of these is a feature of audible pedestrian crosswalk signals? pedestrian tracking directional beacons responses to voice commands emergency instructions At a sand and gravel plant, sand is falling off a conveyor and onto a conical pile at a rate of 8 cubic feet per minute. The diameter of the base of the cone is approximately three times the altitude. At what rate is the height of the pile changing when the pile is 22 feet high simpticoQuestion 1 with 1 blankLa profesora Martnez es 1 of 1.Question 2 with 1 blankNosotros somos 1 of 1.Question 3 with 1 blankRosa y Teresa son 1 of 1.ModeloLa qumica es Example answerdifcilEnd example answer.difcilQuestion 4 with 1 blankEl curso es 1 of 1.Question 5 with 1 blankLas pruebas son 1 of 1.Question 6 with 1 blankLos libros son 1 of 1.ModeloHans es Example answeralemnEnd example answer.alemnQuestion 7 with 1 blankMarcus y yo somos 1 of 1.Question 8 with 1 blankMis primas son 1 of 1.Question 9 with 1 blankMi ta es 1 of 1.ModeloSu esposo es Example answerguapoEnd example answer.guapoQuestion 10 with 1 blankMis sobrinas son 1 of 1.Question 11 with 1 blankLos padres de ella son 1 of 1.Question 12 with 1 blankMarta es 1 of 1. Airbase is a consumer electronics company known for its affordable mobile devices that follows a cost-leadership strategy. In this scenario, Airbase should ideally compare its strategic position with:__________. 1. a company that sells small kitchen appliances at affordable prices. 2. an online company that sells customized electronics accessories. 3. a consumer electronics company that sells high-end devices. 4. a consumer electronics company popular among price-conscious customers. Which of the following items are normally classified as current liabilities for a company that has a one-year operating cycle? (You may select more than one answer. Single click the box with the question mark to produce a check mark for a correct answer and double click the box with the question mark to empty the box for a wrong answer.) Forester Company has five products in its inventory. Information about the December 31, 2021, inventory follows. Product Quantity Unit Cost Unit Replacement Cost Unit Selling Price A 1,000 $ 26 $ 28 $ 32 B 500 31 27 34 C 900 19 18 24 D 900 23 20 22 E 800 30 28 29 The cost to sell for each product consists of a 10 percent sales commission. The normal profit for each product is 35 percent of the selling price. Required: 1. Determine the carrying value of inventory at December 31, 2021, assuming the lower of cost or market (LCM) rule is applied to individual products. 2. Determine the carrying value of inventory at December 31, 2021, assuming the LCM rule is applied to the entire inventory. 3. Assuming inventory write-downs are common for Forester, record any necessary year-end adjusting entry based on the amount calculated in requirement 2. Health and Wealth Company is financed entirely by common stock that is priced to offer a 12 percent expected return. If the company repurchases 20 percent of the common stock and substitutes an equal value of debt yielding 8 percent, what is the expected return on the common stock after refinancing A diode has IS = 1017 A and n = 1.05. (a) What is the diode voltage if the diode current is 70 A? (b) What is the diode current for VD = 0.1 mV? A company offering online speed reading courses claims that students who take their courses show a 5 times (500%) increase in the number of words they can read in a minute without losing comprehension. A random sample of 100 students yielded an average increase of 415% with a standard deviation of 220%. Calculate a 95% confidence interval for the average increase in number of words students can read in a minute without losing comprehension. Choose the closest answer. A reaction mixture at 175 K initially contains 522 torr of NO and 421 torr of O2. At equilibrium, the total pressure in the reaction mixture is 748 torr. Calculate Kp at this temperature. Express your answer to three significant figures. Using the periodic table provided, identify the atomic mass of sodium (Na) . Your answer should have 5 significant figures. Provide your answer below: __ amu One reason for not requiring a balanced federal budget at all times is that with a balanced-budget rule:_________. a. the distorting features of the tax system are minimized. b. it is possible to shift the burden of a war from current to future generations. c. expenditures are not limited because, if the government wants to raise expenditures, it just raises taxes. d. in a recession the automatic stabilizing powers of our system of taxes and transfers could not work. Find the measure of b.Please help Find the sum of the cubes of first three composite numbers. Standard Direct Materials Cost per Unit Crazy Delicious Inc. produces chocolate bars. The primary materials used in producing chocolate bars are cocoa, sugar, and milk. The standard costs for a batch of chocolate (2,857 bars) are as follows: Ingredient Quantity Price Cocoa 630 lbs. $0.40 per lb. Sugar 180 lbs. $0.60 per lb. Milk 150 gal. $1.60 per gal. Determine the standard direct materials cost per bar of chocolate. If required, round to the nearest cent. $ per bar Consider the following information for Dave Company for the month of May: Direct materials (DM) purchased and used 86,000 gallons Total quantity of DM budgeted to be used in May production 81,400 gallons Actual cost of DM purchased and used in May $230,200 Unfavorable DM quantity variance $12,880 What is the DM price variance in May In five (5)ways, examine the validity of the statement that a country without a constitution has no future for its populace, especially the youth.