Determine the present value P you must invest to have the future value A at simple interest rate r after time L. A=$3000.00,r=15.0%,t=13 weeks (Round to the nearest cent)

Answers

Answer 1

To achieve a future value of $3000.00 after 13 weeks at a simple interest rate of 15.0%, you need to invest approximately $1,016.95 as the present value. This calculation is based on the formula for simple interest and rounding to the nearest cent.

The present value P that you must invest to have a future value A of $3000.00 at a simple interest rate of 15.0% after a time period of 13 weeks is $2,696.85.

To calculate the present value, we can use the formula: P = A / (1 + rt).

Given:

A = $3000.00 (future value)

r = 15.0% (interest rate)

t = 13 weeks

Convert the interest rate to a decimal: r = 15.0% / 100 = 0.15

Calculate the present value:

P = $3000.00 / (1 + 0.15 * 13)

P = $3000.00 / (1 + 1.95)

P ≈ $3000.00 / 2.95

P ≈ $1,016.94915254

Rounding to the nearest cent:

P ≈ $1,016.95

Therefore, the present value you must invest to have a future value of $3000.00 at a simple interest rate of 15.0% after 13 weeks is approximately $1,016.95.

To know more about interest rate, visit

https://brainly.com/question/29451175

#SPJ11


Related Questions

Obtain a differential equation by eliminating the arbitrary constant. y = cx + c² + 1
A y=xy' + (y')²+1
B y=xy' + (y') 2
©y'= y' = cx
D y' =xy" + (y') 2

Answers

Obtain a differential equation by eliminating the arbitrary constant. y = cx + c² + 1. the correct option is A) y = xy' + (y')^2 + 1.

To eliminate the arbitrary constant c and obtain a differential equation for y = cx + c^2 + 1, we need to differentiate both sides of the equation with respect to x:

dy/dx = c + 2c(dc/dx) ...(1)

Now, differentiating again with respect to x, we get:

d^2y/dx^2 = 2c(d^2c/dx^2) + 2(dc/dx)^2

Substituting dc/dx = (dy/dx - c)/2c from equation (1), we get:

d^2y/dx^2 = (dy/dx - c)(d/dx)[(dy/dx - c)/c]

Simplifying, we get:

d^2y/dx^2 = (dy/dx)^2/c - (d/dx)(dy/dx)/c

Multiplying both sides of the equation by c^2, we get:

c^2(d^2y/dx^2) = c(dy/dx)^2 - c(d/dx)(dy/dx)

Substituting y = cx + c^2 + 1, we get:

c^2(d^2/dx^2)(cx + c^2 + 1) = c(dy/dx)^2 - c(d/dx)(dy/dx)

Simplifying, we get:

c^3x'' + c^2 = c(dy/dx)^2 - c(d/dx)(dy/dx)

Dividing both sides by c, we get:

c^2x'' + c = (dy/dx)^2 - (d/dx)(dy/dx)

Substituting dc/dx = (dy/dx - c)/2c from equation (1), we get:

c^2x'' + c = (dy/dx)^2 - (1/2)(dy/dx)^2 + (c/2)(d/dx)(dy/dx)

Simplifying, we get:

c^2x'' + c = (1/2)(dy/dx)^2 + (c/2)(d/dx)(dy/dx)

Finally, substituting dc/dx = (dy/dx - c)/2c and simplifying, we arrive at the differential equation:

y' = xy'' + (y')^2 + 1

Therefore, the correct option is A) y = xy' + (y')^2 + 1.

Learn more about equation  from

https://brainly.com/question/29174899

#SPJ11

Part C2 - Oxidation with Benedict's Solution Which of the two substances can be oxidized? What is the functional group for that substance? Write a balanced equation for the oxidation reaction with chr

Answers

Benedict's solution is commonly used to test for the presence of reducing sugars, such as glucose and fructose. In this test, Benedict's solution is mixed with the substance to be tested and heated. If a reducing sugar is present, it will undergo oxidation and reduce the copper(II) ions in Benedict's solution to copper(I) oxide, which precipitates as a red or orange precipitate.

To determine which of the two substances can be oxidized with Benedict's solution, we need to know the nature of the functional group present in each substance. Without this information, it is difficult to determine the substance's reactivity with Benedict's solution.

However, if we assume that both substances are monosaccharides, such as glucose and fructose, then they both contain an aldehyde functional group (CHO). In this case, both substances can be oxidized by Benedict's solution. The aldehyde group is oxidized to a carboxylic acid, resulting in the reduction of copper(II) ions to copper(I) oxide.

The balanced equation for the oxidation reaction of a monosaccharide with Benedict's solution can be represented as follows:

C₆H₁₂O₆ (monosaccharide) + 2Cu₂+ (Benedict's solution) + 5OH- (Benedict's solution) → Cu₂O (copper(I) oxide, precipitate) + C₆H₁₂O₇ (carboxylic acid) + H₂O

It is important to note that without specific information about the substances involved, this is a generalized explanation assuming they are monosaccharides. The reactivity with Benedict's solution may vary depending on the functional groups present in the actual substances.

To know more about Benedict's solution refer here:

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

#SPJ11

Find the equation to the statement: The pressure (p) at the bottom of a swimming pool varies directly as the depth (d).

Answers

The pressure (p) at the bottom of a swimming pool varies directly as the depth (d).This is a direct proportion because as the depth of the pool increases, the pressure at the bottom also increases in proportion to the depth.

P α dwhere p is the pressure at the bottom of the pool and d is the depth of the pool.To find the constant of proportionality, we need to use the given information that the pressure is 50 kPa when the depth is 10 m. We can then use this information to write an equation that relates p and d:P α d ⇒ P

= kd where k is the constant of proportionality. Substituting the values of P and d in the equation gives:50

= k(10)Simplifying the equation by dividing both sides by 10, we get:k

= 5Substituting this value of k in the equation, we get the final equation:

To know more about proportion visit:

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

#SPJ11

a) perform a linear search by hand for the array [20,−20,10,0,15], loching for 0 , and showing each iteration one line at a time b) perform a binary search by hand fo the array [20,0,10,15,20], looking for 0 , and showing each iteration one line at a time c) perform a bubble surt by hand for the array [20,−20,10,0,15], shouing each iteration one line at a time d) perform a selection sort by hand for the array [20,−20,10,0,15], showing eah iteration one line at a time

Answers

In the linear search, the array [20, -20, 10, 0, 15] is iterated sequentially until the element 0 is found, The binary search for the array [20, 0, 10, 15, 20] finds the element 0 by dividing the search space in half at each iteration, The bubble sort iteratively swaps adjacent elements until the array [20, -20, 10, 0, 15] is sorted in ascending order and The selection sort swaps the smallest unsorted element with the first unsorted element, resulting in the sorted array [20, -20, 10, 0, 15].

The array is now sorted: [-20, 0, 10, 15, 20]

a) Linear Search for 0 in the array [20, -20, 10, 0, 15]:

Iteration 1: Compare 20 with 0. Not a match.

Iteration 2: Compare -20 with 0. Not a match.

Iteration 3: Compare 10 with 0. Not a match.

Iteration 4: Compare 0 with 0. Match found! Exit the search.

b) Binary Search for 0 in the sorted array [0, 10, 15, 20, 20]:

Iteration 1: Compare middle element 15 with 0. 0 is smaller, so search the left half.

Iteration 2: Compare middle element 10 with 0. 0 is smaller, so search the left half.

Iteration 3: Compare middle element 0 with 0. Match found! Exit the search.

c) Bubble Sort for the array [20, -20, 10, 0, 15]:

Iteration 1: Compare 20 and -20. Swap them: [-20, 20, 10, 0, 15]

Iteration 2: Compare 20 and 10. No swap needed: [-20, 10, 20, 0, 15]

Iteration 3: Compare 20 and 0. Swap them: [-20, 10, 0, 20, 15]

Iteration 4: Compare 20 and 15. No swap needed: [-20, 10, 0, 15, 20]

The array is now sorted: [-20, 10, 0, 15, 20]

d) Selection Sort for the array [20, -20, 10, 0, 15]:

Iteration 1: Find the minimum element, -20, and swap it with the first element: [-20, 20, 10, 0, 15]

Iteration 2: Find the minimum element, 0, and swap it with the second element: [-20, 0, 10, 20, 15]

Iteration 3: Find the minimum element, 10, and swap it with the third element: [-20, 0, 10, 20, 15]

Iteration 4: Find the minimum element, 15, and swap it with the fourth element: [-20, 0, 10, 15, 20]

To know more about Iteration refer to-

https://brainly.com/question/31197563

#SPJ11

The Flemings secured a bank Ioan of $320,000 to help finance the purchase of a house. The bank charges interest at a rate of 3%/year on the unpaid balance, and interest computations are made at the end of each month. The Flemings have agreed to repay the in equal monthly installments over 25 years. What should be the size of each repayment if the loan is to be amortized at the end of the term? (Round your answer to the nearest cent.)

Answers

The size of each repayment should be $1,746.38 if the loan is to be amortized at the end of the term.

Given: Loan amount = $320,000

Annual interest rate = 3%

Tenure = 25 years = 25 × 12 = 300 months

Annuity pay = Monthly payment amount to repay the loan each month

Formula used: The formula to calculate the monthly payment amount (Annuity pay) to repay a loan amount with interest over a period of time is given below.

P = (Pr) / [1 – (1 + r)-n]

where P is the monthly payment,

r is the monthly interest rate (annual interest rate / 12),

n is the total number of payments (number of years × 12), and

P is the principal or the loan amount.

The interest rate of 3% per year is charged on the unpaid balance. So, the monthly interest rate, r is given by;

r = (3 / 100) / 12 = 0.0025 And the total number of payments, n is given by n = 25 × 12 = 300

Substituting the given values of P, r, and n in the formula to calculate the monthly payment amount to repay the loan each month.

320000 = (P * (0.0025 * (1 + 0.0025)^300)) / ((1 + 0.0025)^300 - 1)

320000 = (P * 0.0025 * 1.0025^300) / (1.0025^300 - 1)

(320000 * (1.0025^300 - 1)) / (0.0025 * 1.0025^300) = P

Monthly payment amount to repay the loan each month = $1,746.38

Learn more about Loan repayment amount and annuity pay :https://brainly.com/question/23898749

#SPJ11

Alex is saving to buy a new car. He currently has $800 in his savings account and adds $700 per month.

Answers

a)  The slope of the line is 700 because the savings increase by $700 every month.

b)  The savings of Alex after six months will be $4,200.

c) Alex need to save for 12 months in order to be able to buy a car worth $9,200.

a) Linear equation that models Alex's balance in his savings account

The linear equation that models Alex's balance in his savings account can be given asy = 700x + 800  Where x is the number of months and y is the total savings amount. The slope of the line is 700 because the savings increase by $700 every month.

b) Savings after 6 months of Alex currently has $800, so after six months, he will have saved:800 + 6 * 700 = 4,200

Hence, his savings after six months will be $4,200.

c) The number of months he will need to save for a car worth $9,200

If Alex wants to buy a car worth $9,200, we need to set the savings equal to $9,200 and solve for x in the linear equation given above.

The equation can be written as:  9,200 = 700x + 800

Subtracting 800 from both sides, we get: 8,400 = 700x

Dividing both sides by 700, we get: x = 12

Thus, he will need to save for 12 months in order to be able to buy a car worth $9,200.

know more about about slope here

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

#SPJ11

Is it possible to construct a contradictory sentence in LSL using no sentential connectives other than conjunction and disjunction? If so, give an example. If not, explain why not.

Answers

It is not possible to construct a contradictory sentence in LSL using no sentential connectives other than conjunction and disjunction.

To prove is it possible to construct a contradictory sentence in LSL using no sentential connectives other than conjunction and disjunction.

It is not possible.

Conjunction: The truth table for conjunction (&) is a two place connective. so we need to display two formula.

T           T              T

T           F               F

F           T               F

F           F               F

A = p, B = q, C = p & q

Conjunction: The truth table for conjunction (&) is a two place connective. so we need to display two formula.

Disjunction:  Disjunction always as meaning inclusive disjunction. so the disjunction i true when either p is true ,q is true or both p and q are true. Therefore, the top row of the table for 'v' contains T.

 

T              T               T

T               F               T

F               T               T

F               F                F

A = p, B = q, c = p v q (or)

Disjunction:  Disjunction always as meaning inclusive disjunction. so the disjunction i true when either p is true ,q is true or both p and q are true. Therefore, the top row of the table for 'v' contains T.

 

Learn more about conjunction and disjunction here;

https://brainly.com/question/32355977

#SPJ4

the area of the pool was 4x^(2)+3x-10. Given that the depth is 2x-3, what is the wolume of the pool?

Answers

The area of a rectangular swimming pool is given by the product of its length and width, while the volume of the pool is the product of the area and its depth.

He area of the pool is given as [tex]4x² + 3x - 10[/tex], while the depth is given as 2x - 3. To find the volume of the pool, we need to multiply the area by the depth. The expression for the area of the pool is: Area[tex]= 4x² + 3x - 10[/tex]Since the length and width of the pool are not given.

We can represent them as follows: Length × Width = 4x² + 3x - 10To find the length and width of the pool, we can factorize the expression for the area: Area

[tex]= 4x² + 3x - 10= (4x - 5)(x + 2)[/tex]

Hence, the length and width of the pool are 4x - 5 and x + 2, respectively.

To know more about area visit:

https://brainly.com/question/30307509

#SPJ11

For the feasible set determine x and y so that the objective function 5x+4y i maximized.

Answers

The maximum value of the objective function over the feasible set occurs at x = 1 and y = 2, and the maximum value is 13.

To maximize the objective function 5x + 4y over the feasible set, we need to find the corner points of the feasible region and evaluate the objective function at those points. The maximum value of the objective function will occur at one of these corner points.

Let's say the constraints that define the feasible set are:

f(x, y) = x + y <= 5

g(x, y) = x - y >= -3

h(x, y) = y >= 0

Graphing these inequalities on a coordinate plane, we can see that the feasible set is a triangular region with vertices at (1, 2), (-3, 0), and (-1.5, 0).

To find the maximum value of the objective function, we evaluate it at each of these corner points:

At (1, 2): 5(1) + 4(2) = 13

At (-3, 0): 5(-3) + 4(0) = -15

At (-1.5, 0): 5(-1.5) + 4(0) = -7.5

Therefore, the maximum value of the objective function over the feasible set occurs at x = 1 and y = 2, and the maximum value is 13.

learn more about objective function here

https://brainly.com/question/33272856

#SPJ11

Which function is most likely graphed on the coordinate plane below?
a) f(x) = 3x – 11
b) f(x) = –4x + 12
c) f(x) = 4x + 13
d) f(x) = –5x – 19

Answers

Based on the characteristics of the given graph, the function that is most likely graphed is f(x) = -4x + 12. This function has a slope of -4, indicating a decreasing line, and a y-intercept of 12, matching the starting point of the graph.The correct answer is option B.


To determine which function is most likely graphed, we can compare the slope and y-intercept of each function with the given graph.
The slope of a linear function represents the rate of change of the function. It determines whether the graph is increasing or decreasing. In this case, the slope is the coefficient of x in each function.
The y-intercept of a linear function is the value of y when x is equal to 0. It determines where the graph intersects the y-axis.
Looking at the given graph, we can observe that it starts at the point (0, 12) and decreases as x increases.
Let's analyze each option to see if it matches the characteristics of the given graph:
a) f(x) = 3x - 11:
- Slope: 3
- Y-intercept: -11
b) f(x) = -4x + 12:
- Slope: -4
- Y-intercept: 12
c) f(x) = 4x + 13:
- Slope: 4
- Y-intercept: 13
d) f(x) = -5x - 19:
- Slope: -5
- Y-intercept: -19
Comparing the slope and y-intercept of each function with the characteristics of the given graph, we can see that option b) f(x) = -4x + 12 matches the graph. The slope of -4 indicates a decreasing line, and the y-intercept of 12 matches the starting point of the graph.
Therefore, the function most likely graphed on the coordinate plane is f(x) = -4x + 12.

For more such questions function,Click on

https://brainly.com/question/11624077

#SPJ8

Answer:

It's D.

Step-by-step explanation:

Edge 2020;)

Eight guests are invited for dinner. How many ways can they be seated at a dinner table if the table is straight with seats only on one side?
A) 1
B) 40,320
C) 5040
D) 362,880

Answers

The number of ways that the people can be seated is given as follows:

B) 40,320.

How to obtain the number of ways that the people can be seated?

There are eight guests and eight seats, which is the same number as the number of guests, hence the arrangements formula is used.

The number of possible arrangements of n elements(order n elements) is obtained with the factorial of n, as follows:

[tex]A_n = n![/tex]

Hence the number of arrangements for 8 people is given as follows:

8! = 40,320.

More can be learned about the arrangements formula at https://brainly.com/question/20255195

#SPJ4

For the given function, find (a) the equation of the secant line through the points where x has the given values and (b) the equation of the tangent line when x has the first value. y=f(x)=x^2+x;x=−4,x=−1

Answers

The equation of the tangent line passing through the point (-4, 12) with slope -7: y = -7x - 16.

We are given the function: y = f(x) = x² + x and two values of x:

x₁ = -4 and x₂ = -1.

We are required to find:(a) the equation of the secant line through the points where x has the given values (b) the equation of the tangent line when x has the first value (i.e., x = -4).

a) Equation of secant line passing through points (-4, f(-4)) and (-1, f(-1))

Let's first find the values of y at these two points:

When x = -4,

y = f(-4) = (-4)² + (-4)

= 16 - 4

= 12

When x = -1,

y = f(-1) = (-1)² + (-1)

= 1 - 1

= 0

Therefore, the two points are (-4, 12) and (-1, 0).

Now, we can use the slope formula to find the slope of the secant line through these points:

m = (y₂ - y₁) / (x₂ - x₁)

= (0 - 12) / (-1 - (-4))

= -4

The slope of the secant line is -4.

Let's use the point-slope form of the line to write the equation of the secant line passing through these two points:

y - y₁ = m(x - x₁)

y - 12 = -4(x + 4)

y - 12 = -4x - 16

y = -4x - 4

b) Equation of the tangent line when x = -4

To find the equation of the tangent line when x = -4, we need to find the slope of the tangent line at x = -4 and a point on the tangent line.

Let's first find the slope of the tangent line at x = -4.

To do that, we need to find the derivative of the function:

y = f(x) = x² + x

(dy/dx) = 2x + 1

At x = -4, the slope of the tangent line is:

dy/dx|_(x=-4)

= 2(-4) + 1

= -7

The slope of the tangent line is -7.

To find a point on the tangent line, we need to use the point (-4, f(-4)) = (-4, 12) that we found earlier.

Let's use the point-slope form of the line to find the equation of the tangent line passing through the point (-4, 12) with slope -7:

y - y₁ = m(x - x₁)

y - 12 = -7(x + 4)

y - 12 = -7x - 28

y = -7x - 16

Know more about the tangent line

https://brainly.com/question/30162650

#SPJ11

an airplane has crashed on a deserted island off the coast of fiji. the survivors are forced to learn new behaviors in order to adapt to the situation and each other.

Answers

In a case whereby the  survivors are forced to learn new behaviors in order to adapt to the situation and each other. This is an example of Emergent norm theory.

What is Emergent norm?

According to the emerging norm theory, groups of people congregate when a crisis causes them to reassess their preconceived notions of acceptable behavior and come up with new ones.

When a crowd gathers, neither a leader nor any specific norm for crowd conduct exist. Emerging conventions emerged on their own, such as the employment of umbrellas as a symbol of protest and as a defense against police pepper spray. To organize protests, new communication tools including encrypted messaging applications were created.

Learn more about behaviors   at:

https://brainly.com/question/1741474

#SPJ4

complete question;

An airplane has crashed on a deserted island off the coast of Fiji. The survivors are forced to learn new behaviors in order to adapt to the situation and each other. This is an example of which theory?

Marcus makes $30 an hour working on cars with his uncle. If y represents the money Marcus has earned for working x hours, write an equation that represents this situation.

Answers

Answer:    y    =     30x

Hence, The Equation Representing the money that MARCUS EARNS for WORKING (X)  HOURS  is:      y    =     30x

Step-by-step explanation:

MAKE A PLAN:

We need to find the Equation that represents the money MARCUS EARNS based on the number of hours he works.

Y  represents the money that MARCUS EARNED in X HOURS

Now,   Y   =   30x

SOLVE THE PROBLEM:

        In an Hour MARCUS makes:

        $30.00

In X HOURS MARCUS makes:

        30  *   X

(1) - WRITE THE EQUATION

         Y  represents the money that MARCUS EARNED in X HOURS

         Y   =    30x

DRAW THE CONCLUSION:

Hence, The Equation Representing the money that MARCUS EARNS for WORKING (X)  HOURS is:      y    =     30x

I hope this helps you!

3 of 25 After running a coiled tubing unit for 81 minutes, Tom has 9,153 feet of coiled tubing in the well. After running the unit another 10 minutes, he has 10,283 feet of tubing in the well. His call sheet shows he needs a total of 15,728 feet of tubing in the well. How many more feet of coiled tubing does he need to run into the well? feet 4 of 25 Brendan is running coiled tubing in the wellbore at a rate of 99.4 feet a minute. At the end of 8 minutes he has 795.2 feet of coiled tubing inside the wellbore. After 2 more minutes he has run an additional 198.8 feet into the wellbore. How many feet of coiled tubing did Brendan run in the wellbore altogether? 5 of 25 Coiled tubing is being run into a 22,000 foot wellbore at 69.9 feet per minute. It will take a little more than 5 hours to reach the bottom of the well. After the first four hours, how deep, in feet, is the coiled tubing? feet

Answers

3) The extra number of feet of coiled tubing Tom needs to run into the well is: 5445 ft

4) The total length of coiled tubing Brendan ran in the wellbore is: 994 ft

5) The distance that the coiled tubing has reached after the first four hours is:  a depth of 16,776 feet in the well.

How to solve Algebra Word Problems?

3) Initial amount of coiled tubing he had after 81 minutes = 9,153 feet

Amount of tubing after another 10 minutes = 10,283 feet

The total tubing required = 15,728 feet.

The extra number of feet of coiled tubing Tom needs to run into the well is: Needed tubing length - Current tubing length

15,728 feet - 10,283 feet = 5,445 feet

4) Speed at which Brendan is running coiled tubing = 99.4 feet per minute.

Coiled tubing inside the wellbore after 8 minutes is: 795.2 feet

Coiled tubing inside the wellbore after 2 more minutes is: 198.8 feet

The total length of coiled tubing Brendan ran in the wellbore is:

Total length = Initial length + Additional length

Total length =  795.2 feet + 198.8 feet

Total Length = 994 feet

5) Rate at which coiled tubing is being run into a 22,000-foot wellbore = 69.9 feet per minute. After the first four hours, we need to determine how deep the coiled tubing has reached.

A time of 4 hours is same as 240 minutes

Thus, the distance covered in the first four hours is:

Distance = Rate * Time

Distance = 69.9 feet/minute * 240 minutes

Distance = 16,776 feet

Read more about Algebra Word Problems at: https://brainly.com/question/21405634

#SPJ4

\section*{Problem 2}
\subsection*{Part 1}
Which of the following arguments are valid? Explain your reasoning.\\
\begin{enumerate}[label=(\alph*)]
\item I have a student in my class who is getting an $A$. Therefore, John, a student in my class, is getting an $A$. \\\\
%Enter your answer below this comment line.
\\\\
\item Every Girl Scout who sells at least 30 boxes of cookies will get a prize. Suzy, a Girl Scout, got a prize. Therefore, Suzy sold at least 30 boxes of cookies.\\\\
%Enter your answer below this comment line.
\\\\
\end{enumerate}
\subsection*{Part 2}
Determine whether each argument is valid. If the argument is valid, give a proof using the laws of logic. If the argument is invalid, give values for the predicates $P$ and $Q$ over the domain ${a,\; b}$ that demonstrate the argument is invalid.\\
\begin{enumerate}[label=(\alph*)]
\item \[
\begin{array}{||c||}
\hline \hline
\exists x\, (P(x)\; \land \;Q(x) )\\
\\
\therefore \exists x\, Q(x)\; \land\; \exists x \,P(x) \\
\hline \hline
\end{array}
\]\\\\
%Enter your answer here.
\\\\
\item \[
\begin{array}{||c||}
\hline \hline
\forall x\, (P(x)\; \lor \;Q(x) )\\
\\
\therefore \forall x\, Q(x)\; \lor \; \forall x\, P(x) \\
\hline \hline
\end{array}
\]\\\\
%Enter your answer here.
\\\\
\end{enumerate}
\newpage
%--------------------------------------------------------------------------------------------------

Answers

The argument is invalid because just one student getting an A does not necessarily imply that every student gets an A in the class. There might be more students in the class who aren't getting an A.

Therefore, the argument is invalid. The argument is valid. Since Suzy received a prize and according to the statement in the argument, every girl scout who sells at least 30 boxes of cookies will get a prize, Suzy must have sold at least 30 boxes of cookies. Therefore, the argument is valid.

a. The argument is invalid. Let's consider the domain to be

[tex]${a,\; b}$[/tex]

Let [tex]$P(a)$[/tex] be true,[tex]$Q(a)$[/tex] be false and [tex]$Q(b)$[/tex] be true.

Then, [tex]$\exists x\, (P(x)\; \land \;Q(x))$[/tex] is true because [tex]$P(a) \land Q(a)$[/tex] is true.

However, [tex]$\exists x\, Q(x)\; \land\; \exists x \,P(x)$[/tex] is false because [tex]$\exists x\, Q(x)$[/tex] is true and [tex]$\exists x \,P(x)$[/tex] is false.

Therefore, the argument is invalid.

b. The argument is invalid.

Let's consider the domain to be

[tex]${a,\; b}$[/tex]

Let [tex]$P(a)$[/tex] be true and [tex]$Q(b)$[/tex]be true.

Then, [tex]$\forall x\, (P(x)\; \lor \;Q(x) )$[/tex] is true because [tex]$P(a) \lor Q(a)$[/tex] and [tex]$P(b) \lor Q(b)$[/tex] are true.

However, [tex]$\forall x\, Q(x)\; \lor \; \forall x\, P(x)$[/tex] is false because [tex]$\forall x\, Q(x)$[/tex] is false and [tex]$\forall x\, P(x)$[/tex] is false.

Therefore, the argument is invalid.

To know more about argument visit:

https://brainly.com/question/2645376

#SPJ11

Producers of a certain brand of refrigerator will make 1000 refrigerators available when the unit price is $ 410 . At a unit price of $ 450,5000 refrigerators will be marketed. Find the e

Answers

The following is the given data for the brand of refrigerator.

Let "x" be the unit price of the refrigerator in dollars, and "y" be the number of refrigerators produced.

Suppose that the producers of a certain brand of the refrigerator make 1000 refrigerators available when the unit price is $410.

This implies that:

y = 1000x = 410

When the unit price of the refrigerator is $450, 5000 refrigerators will be marketed.

This implies that:

y = 5000x = 450

To find the equation of the line that represents the relationship between price and quantity, we need to solve the system of equations for x and y:

1000x = 410

5000x = 450

We can solve the first equation for x as follows:

x = 410/1000 = 0.41

For the second equation, we can solve for x as follows:

x = 450/5000 = 0.09

The slope of the line that represents the relationship between price and quantity is given by:

m = (y2 - y1)/(x2 - x1)

Where (x1, y1) = (0.41, 1000) and (x2, y2) = (0.09, 5000)

m = (5000 - 1000)/(0.09 - 0.41) = -10000

Therefore, the equation of the line that represents the relationship between price and quantity is:

y - y1 = m(x - x1)

Substituting m, x1, and y1 into the equation, we get:

y - 1000 = -10000(x - 0.41)

Simplifying the equation:

y - 1000 = -10000x + 4100

y = -10000x + 5100

This is the equation of the line that represents the relationship between price and quantity.

to find the equation of the line:

https://brainly.com/question/33645095

#SPJ11

Show That, For Every A∈Cn×N ∥A∥2=Maxλ∈Σ(AH A)Λ.

Answers

We have shown that for every A ∈ C^(n×N), we have ∥A∥^2 = max(λ∈Σ(A^H A)) λ. To show that for every A ∈ C^(n×N), we have ∥A∥^2 = max(λ∈Σ(A^H A)) λ, where Σ(A^H A) denotes the set of eigenvalues of the Hermitian matrix A^H A, we can use the following steps:

First, note that ∥A∥^2 = tr(A^H A), where tr denotes the trace of a matrix.

Next, observe that A^H A is a Hermitian positive semidefinite matrix, which means that it has only non-negative real eigenvalues. Let λ_1, λ_2, ..., λ_k be the distinct eigenvalues of A^H A, with algebraic multiplicities m_1, m_2, ..., m_k, respectively.

Then we have:

tr(A^H A) = λ_1 + λ_2 + ... + λ_k

= (m_1 λ_1) + (m_2 λ_2) + ... + (m_k λ_k)

≤ (m_1 λ_1) + 2(m_2 λ_2) + ... + k(m_k λ_k)

= tr(k Σ(A^H A))

where the inequality follows from the fact that λ_i ≥ 0 for all i and the rearrangement inequality.

Note that k Σ(A^H A) is a positive definite matrix, since it is the sum of k positive definite matrices.

Therefore, by the Courant-Fischer-Weyl min-max principle, we have:

max(λ∈Σ(A^H A)) λ ≤ max(λ∈Σ(k Σ(A^H A))) λ

= max(λ∈Σ(A^H A)) k λ

= k max(λ∈Σ(A^H A)) λ

Combining steps 3 and 5, we get:

∥A∥^2 = tr(A^H A) ≤ k max(λ∈Σ(A^H A)) λ

Finally, note that the inequality in step 6 is sharp when A has full column rank (i.e., k = N), since in this case, A^H A is positive definite and has exactly N non-zero eigenvalues.

Therefore, we have shown that for every A ∈ C^(n×N), we have ∥A∥^2 = max(λ∈Σ(A^H A)) λ.

learn more about eigenvalues here

https://brainly.com/question/29861415

#SPJ11

If f(x) = 4x (sin x+cos x), find
f'(x) =
f'(1) =​

Answers

Therefore, f'(1) = 8 cos 1.Therefore, f'(x) = (4 + 4x) cos x + (4 - 4x) sin x.

Given that f(x) = 4x (sin x + cos x)

To find: f'(x) = , f'(1)

=​f(x)

= 4x (sin x + cos x)

Taking the derivative of f(x) with respect to x, we get;

f'(x) = (4x)' (sin x + cos x) + 4x [sin x + cos x]

'f'(x) = 4(sin x + cos x) + 4x (cos x - sin x)

f'(x) = 4(cos x + sin x) + 4x cos x - 4x sin x

f'(x) = 4 cos x + 4x cos x + 4 sin x - 4x sin x

f'(x) = (4 + 4x) cos x + (4 - 4x) sin x

Therefore, f'(x) = (4 + 4x) cos x + (4 - 4x) sin x.

Using the chain rule, we can find the derivative of f(x) with respect to x as shown below:

f(x) = 4x (sin x + cos x)

f'(x) = 4 (sin x + cos x) + 4x (cos x - sin x)

f'(x) = 4 cos x + 4x cos x + 4 sin x - 4x sin x

The answer is: f'(x) = 4 cos x + 4x cos x + 4 sin x - 4x sin x.

To find f'(1), we substitute x = 1 in f'(x)

f'(1) = 4 cos 1 + 4(1) cos 1 + 4 sin 1 - 4(1) sin 1

f'(1) = 4 cos 1 + 4 cos 1 + 4 sin 1 - 4 sin 1

f'(1) = 8 cos 1 - 0 sin 1

f'(1) = 8 cos 1

Therefore, f'(1) = 8 cos 1.

To know more about sin visit;

brainly.com/question/19213118

#SPJ11

Q3
Find an equation of the line that contains the given pair of points. The equation of the line is (21,26),(2,7) (Simplify your answer. Type your answer in slope-intercept form.)

Answers

The equation of the line passing through the points (21, 26) and (2, 7) in slope-intercept form is y = (19/19)x + (7 - (19/19)2), which simplifies to y = x + 5.

To find the equation of the line, we can use the slope-intercept form of a linear equation, which is y = mx + b, where m represents the slope and b represents the y-intercept.

First, we need to find the slope (m) of the line. The slope is calculated using the formula: m = (y₂ - y₁) / (x₂ - x₁), where (x₁, y₁) and (x₂, y₂) are the coordinates of the two points on the line.

Let's substitute the coordinates (21, 26) and (2, 7) into the slope formula:

m = (7 - 26) / (2 - 21) = (-19) / (-19) = 1

Now that we have the slope (m = 1), we can find the y-intercept (b) by substituting the coordinates of one of the points into the slope-intercept form.

Let's choose the point (2, 7):

7 = (1)(2) + b

7 = 2 + b

b = 7 - 2 = 5

Finally, we can write the equation of the line in slope-intercept form:

y = 1x + 5

Therefore, the equation of the line that contains the given pair of points (21, 26) and (2, 7) is y = x + 5.

Learn more about slope-intercepts here:

brainly.com/question/30216543

#SPJ11

Assume that adults have 1Q scores that are normally distributed with a mean of 99.7 and a standard deviation of 18.7. Find the probability that a randomly selected adult has an 1Q greater than 135.0. (Hint Draw a graph.) The probabily that a randomly nolected adul from this group has an 10 greater than 135.0 is (Round to four decimal places as needed.)

Answers

The probability that an adult from this group has an IQ greater than 135 is of 0.0294 = 2.94%.

How to obtain the probability?

Considering the normal distribution, the z-score formula is given as follows:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

In which:

X is the measure.[tex]\mu[/tex] is the population mean.[tex]\sigma[/tex] is the population standard deviation.

The mean and the standard deviation for this problem are given as follows:

[tex]\mu = 99.7, \sigma = 18.7[/tex]

The probability of a score greater than 135 is one subtracted by the p-value of Z when X = 135, hence:

Z = (135 - 99.7)/18.7

Z = 1.89

Z = 1.89 has a p-value of 0.9706.

1 - 0.9706 = 0.0294 = 2.94%.

More can be learned about the normal distribution at https://brainly.com/question/25800303

#SPJ4

Write the slope -intercept form of the equation of the line containing the point (5,-8) and parallel to 3x-7y=9

Answers

To write the slope-intercept form of the equation of the line containing the point (5, -8) and parallel to 3x - 7y = 9, we need to follow these steps.

Step 1: Find the slope of the given line.3x - 7y = 9 can be rewritten in slope-intercept form y = mx + b as follows:3x - 7y = 9 ⇒ -7y = -3x + 9 ⇒ y = 3/7 x - 9/7.The slope of the given line is 3/7.

Step 2: Determine the slope of the parallel line. A line parallel to a given line has the same slope.The slope of the parallel line is also 3/7.

Step 3: Write the equation of the line in slope-intercept form using the point-slope formula y - y1 = m(x - x1) where (x1, y1) is the given point on the line.

Plugging in the point (5, -8) and the slope 3/7, we get:y - (-8) = 3/7 (x - 5)⇒ y + 8 = 3/7 x - 15/7Multiplying both sides by 7, we get:7y + 56 = 3x - 15 Rearranging, we get:

3x - 7y = 71 Thus, the slope-intercept form of the equation of the line containing the point (5, -8) and parallel to 3x - 7y = 9 is y = 3/7 x - 15/7 or equivalently, 3x - 7y = 15.

To know more about containing visit:

https://brainly.com/question/29133605

#SPJ11

Find an equation of the plane. the plane through the point (8,-3,-4) and parallel to the plane z=3 x-2 y

Answers

The required plane is parallel to the given plane, it must have the same normal vector. The equation of the required plane is 3x - 2y - z = -1.

To find an equation of the plane that passes through the point (8,-3,-4) and is parallel to the plane z=3x - 2y, we can use the following steps:Step 1: Find the normal vector of the given plane.Step 2: Use the point-normal form of the equation of a plane to write the equation of the required plane.Step 1: Finding the normal vector of the given planeWe know that the given plane has an equation z = 3x - 2y, which can be written in the form3x - 2y - z = 0

This is the general equation of a plane, Ax + By + Cz = 0, where A = 3, B = -2, and C = -1.The normal vector of the plane is given by the coefficients of x, y, and z, which are n = (A, B, C) = (3, -2, -1).Step 2: Writing the equation of the required planeWe have a point P(8,-3,-4) that lies on the required plane, and we also have the normal vector n(3,-2,-1) of the plane. Therefore, we can use the point-normal form of the equation of a plane to write the equation of the required plane:  n·(r - P) = 0where r is the position vector of any point on the plane.Substituting the values of P and n, we get3(x - 8) - 2(y + 3) - (z + 4) = 0 Simplifying, we get the equation of the plane in the general form:3x - 2y - z = -1

We are given a plane z = 3x - 2y. We need to find an equation of a plane that passes through the point (8,-3,-4) and is parallel to this plane.To solve the problem, we first need to find the normal vector of the given plane. Recall that a plane with equation Ax + By + Cz = D has a normal vector N = . In our case, we have z = 3x - 2y, which can be written in the form 3x - 2y - z = 0. Thus, we can read off the coefficients to find the normal vector as N = <3, -2, -1>.Since the required plane is parallel to the given plane, it must have the same normal vector.

To know more about parallel plane visit :

https://brainly.com/question/16835906

#SPJ11

Find a degree 3 polynomial having zeros 1,-1 and 2 and leading coefficient equal to 1 . Leave the answer in factored form.

Answers

A polynomial of degree 3 having zeros at 1, -1 and 2 and leading coefficient 1 is required. Let's begin by finding the factors of the polynomial.

Explanation Since 1, -1 and 2 are the zeros of the polynomial, their respective factors are:

[tex](x-1), (x+1) and (x-2)[/tex]

Multiplying all the factors gives us the polynomial:

[tex]p(x)= (x-1)(x+1)(x-2)[/tex]

Expanding this out gives us:

[tex]p(x) = (x^2 - 1)(x-2)[/tex]

[tex]p(x) = x^3 - 2x^2 - x + 2[/tex]

To know more about polynomial visit:

https://brainly.com/question/26227783

#SPJ11

A) Give the line whose slope is m=4m=4 and intercept is 10.The appropriate linear function is y=
B) Give the line whose slope is m=3 and passes through the point (8,−1).The appropriate linear function is y=

Answers

The slope is m = 4 and the y-intercept is 10, so the linear function becomes:y = 4x + 10 and the appropriate linear function is y = 3x - 25.

A) To find the linear function with a slope of m = 4 and y-intercept of 10, we can use the slope-intercept form of a linear equation, y = mx + b, where m is the slope and b is the y-intercept.

In this case, the slope is m = 4 and the y-intercept is 10, so the linear function becomes:

y = 4x + 10

B) To find the linear function with a slope of m = 3 and passing through the point (8, -1), we can use the point-slope form of a linear equation, y - y1 = m(x - x1), where m is the slope and (x1, y1) is a point on the line.

In this case, the slope is m = 3 and the point (x1, y1) = (8, -1), so the linear function becomes:

y - (-1) = 3(x - 8)

y + 1 = 3(x - 8)

y + 1 = 3x - 24

y = 3x - 25

Therefore, the appropriate linear function is y = 3x - 25.

To learn more about slope click here:

brainly.com/question/14876735

#SPJ11

A)  The y-intercept of 10 indicates that the line intersects the y-axis at the point (0, 10), where the value of y is 10 when x is 0.

The line with slope m = 4 and y-intercept of 10 can be represented by the linear function y = 4x + 10.

This means that for any given value of x, the corresponding y-value on the line can be found by multiplying x by 4 and adding 10. The slope of 4 indicates that for every increase of 1 in x, the y-value increases by 4 units.

B) When x is 8, the value of y is -1.

To find the equation of the line with slope m = 3 passing through the point (8, -1), we can use the point-slope form of a linear equation, which is y - y1 = m(x - x1), where (x1, y1) is a point on the line.

Plugging in the values, we have y - (-1) = 3(x - 8), which simplifies to y + 1 = 3x - 24. Rearranging the equation gives y = 3x - 25. Therefore, the appropriate linear function is y = 3x - 25. This means that for any given value of x, the corresponding y-value on the line can be found by multiplying x by 3 and subtracting 25. The slope of 3 indicates that for every increase of 1 in x, the y-value increases by 3 units. The line passes through the point (8, -1), which means that when x is 8, the value of y is -1.

Learn more about y-intercept here:

brainly.com/question/14180189

#SPJ11

Assume that two customers, A and B, are due to arrive at a lawyer's office during the same hour from 10:00 to 11:00. Their actual arrival times, which we will denote by X and Y respectively, are independent of each other and uniformly distributed during the hour.
(a) Find the probability that both customers arrive within the last fifteen minutes.
(b) Find the probability that A arrives first and B arrives more than 30 minutes after A.
(c) Find the probability that B arrives first provided that both arrive during the last half-hour.

Answers

Two customers, A and B, are due to arrive at a lawyer's office during the same hour from 10:00 to 11:00. Their actual arrival times, denoted by X and Y respectively, are independent of each other and uniformly distributed during the hour.

(a) Denote the time as X = Uniform(10, 11).

Then, P(X > 10.45) = 1 - P(X <= 10.45) = 1 - (10.45 - 10) / 60 = 0.25

Similarly, P(Y > 10.45) = 0.25

Then, the probability that both customers arrive within the last 15 minutes is:

P(X > 10.45 and Y > 10.45) = P(X > 10.45) * P(Y > 10.45) = 0.25 * 0.25 = 0.0625.

(b) The probability that A arrives first is P(A < B).

This is equal to the area under the diagonal line X = Y. Hence, P(A < B) = 0.5

The probability that B arrives more than 30 minutes after A is P(B > A + 0.5) = 0.25, since the arrivals are uniformly distributed between 10 and 11.

Therefore, the probability that A arrives first and B arrives more than 30 minutes after A is given by:

P(A < B and B > A + 0.5) = P(A < B) * P(B > A + 0.5) = 0.5 * 0.25 = 0.125.

(c) Find the probability that B arrives first provided that both arrive during the last half-hour.

The probability that both arrive during the last half-hour is 0.5.

Denote the time as X = Uniform(10.30, 11).

Then, P(X < 10.45) = (10.45 - 10.30) / (11 - 10.30) = 0.4545

Similarly, P(Y < 10.45) = 0.4545

The probability that B arrives first, given that both arrive during the last half-hour is:

P(Y < X) / P(Both arrive in the last half-hour) = (0.4545) / (0.5) = 0.909 or 90.9%

Therefore, the probability that B arrives first provided that both arrive during the last half-hour is 0.909.

Learn more about customers

https://brainly.com/question/31828911

#SPJ11

n annual marathon covers a route that has a distance of approximately 26 miles. Winning times for this marathon are all over 2 hours. he following data are the minutes over 2 hours for the winning male runners over two periods of 20 years each. (a) Make a stem-and-leaf display for the minutes over 2 hours of the winning times for the earlier period. Use two lines per stem. (Use the tens digit as the stem and the ones digit as the leaf. Enter NONE in any unused answer blanks. For more details, view How to Split a Stem.) (b) Make a stem-and-leaf display for the minutes over 2 hours of the winning times for the recent period. Use two lines per stem. (Use the tens digit as the stem and the ones digit as the leaf. Enter NONE in any unused answer blanks.) (c) Compare the two distributions. How many times under 15 minutes are in each distribution? earlier period times recent period times

Answers

Option B is the correct answer.

LABHRS = 1.88 + 0.32 PRESSURE The given regression model is a line equation with slope and y-intercept.

The y-intercept is the point where the line crosses the y-axis, which means that when the value of x (design pressure) is zero, the predicted value of y (number of labor hours required) will be the y-intercept. Practical interpretation of y-intercept of the line (1.88): The y-intercept of 1.88 represents the expected value of LABHRS when the value of PRESSURE is 0. However, since a boiler's pressure cannot be zero, the y-intercept doesn't make practical sense in the context of the data. Therefore, we cannot use the interpretation of the y-intercept in this context as it has no meaningful interpretation.

Learn more about regression

https://brainly.com/question/32505018

#SPJ11

To qualify for the 400-meter finals, the average of a runner's three qualifying times must be 60.74 seconds or less. Robert's three 400-meter scores are 61.04 seconds, 60.54 seconds, and 60.79 seconds. His combined score is 182.37 seconds. What is Robert's average time?

Answers

Robert's average time is 60.79 seconds.

To determine Robert's average time, we add up his three qualifying times: 61.04 seconds, 60.54 seconds, and 60.79 seconds. Adding these times together, we get a total of 182.37 seconds.

61.04 + 60.54 + 60.79 = 182.37 seconds.

To find the average time, we divide the total time by the number of scores, which in this case is 3. Dividing 182.37 seconds by 3 gives us an average of 60.79 seconds.

182.37 / 3 = 60.79 seconds.

Therefore, Robert's average time is 60.79 seconds, which meets the qualifying requirement of 60.74 seconds or less to compete in the 400-meter finals.

To know more about calculating averages, refer here:

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

#SPJ11

Determine whether the following are data mining tasks. Provide explanations in favor of your answers. i) Computing the distance between two given data points ii) Predicting the future price of the stock of a company using historical records iii) Extracting the frequencies of a sound wave iv) Examining the heart rate of a patient to check abnormalities

Answers

Predicting the future stock price and examining the heart rate to check abnormalities can be considered data mining tasks, as they involve extracting knowledge and insights from data.Computing distances between data points and extracting frequencies from sound waves are not typically classified as data mining tasks.

i) Computing the distance between two given data points: This task is not typically considered a data mining task. It falls under the domain of computational geometry or distance calculation.

Data mining focuses on discovering patterns, relationships, and insights from large datasets, whereas computing distances between data points is a basic mathematical operation that is often a prerequisite for various data analysis tasks.

ii) Predicting the future price of a company's stock using historical records: This is a data mining task. It involves analyzing historical stock data to identify patterns and relationships that can be used to make predictions about future stock prices.

Data mining techniques such as regression, time series analysis, and machine learning can be applied to extract meaningful information from the historical records and build predictive models.

iii) Extracting the frequencies of a sound wave: This task is not typically considered a data mining task. It falls within the field of signal processing or audio analysis.

Data mining primarily deals with structured and unstructured data in databases, while sound wave analysis involves processing raw audio signals to extract specific features such as frequencies, amplitudes, or spectral patterns.

iv) Examining the heart rate of a patient to check abnormalities: This task can be considered a data mining task. By analyzing the heart rate data of a patient, patterns and anomalies can be discovered using data mining techniques such as clustering, classification, or anomaly detection.

The goal is to extract meaningful insights from the data and identify abnormal heart rate patterns that may indicate health issues or abnormalities.

Visit here to learn more about regression:

brainly.com/question/29362777

#SPJ11

When you graph a system and end up with 2 parallel lines the solution is?

Answers

When you graph a system and end up with 2 parallel lines, the system has no solutions.

When you graph a system and end up with 2 parallel lines the solution is?

When we have a system of equations, the solutions are the points where the two graphs intercept (when graphed on the same coordinate axis).

Now, we know that 2 lines are parallel if the lines never do intercept, so, if our system has a graph with two parallel lines, then this system has no solutions.

So that is the answer for this case.

Learn more about systems of equations at:

https://brainly.com/question/13729904

#SPJ4

Other Questions
a) perform a linear search by hand for the array [20,20,10,0,15], loching for 0 , and showing each iteration one line at a time b) perform a binary search by hand fo the array [20,0,10,15,20], looking for 0 , and showing each iteration one line at a time c) perform a bubble surt by hand for the array [20,20,10,0,15], shouing each iteration one line at a time d) perform a selection sort by hand for the array [20,20,10,0,15], showing eah iteration one line at a time When advertisers consider running ads in American Life magazine, they have the option of buying geographic and demographic editions as well as the national edition. For instance, they can choose from editions targeted at professionals and managers, homeowners, working women, and people aged 50 and older. In addition, they are offered editions for 8 geographical regions and for the top 20 metropolitan areas. American Life also offers multiple-page discounts for advertisers buying four or more consecutive pages in any one edition, as well as other volume discounts.The basic rate to reach 2,847,600 readers in its national edition with a full-page, four-color advertisement is $91,300. The basic rate to reach the same 2,847,600 nationwide readers with a single-column, black-and-white ad is $31,300.(Scenario 12-2) Each medium under consideration in a media plan must be scrutinized for the efficiency with which it performs. In other words, an advertiser might select American Life because it delivers the largest target audiences at the lowest cost. What is the term to describe this?Group of answer choicesprice/cost transparencycost per thousandcost per rating pointnet promoter score which approach to personality forcuses on describing individual differences? one cup of raw leafy greens is counted as 1 cup from the vegetable group. Producers of a certain brand of refrigerator will make 1000 refrigerators available when the unit price is $ 410 . At a unit price of $ 450,5000 refrigerators will be marketed. Find the e Click to see additional instructions The nominal interest rate is 12%. The tax rate on nominal interest is 25%. The after tax nominal interest rate is 21 Dec The owner informed the accountant that he had taken sanitizer with a cost of R12 260.00 (excluding VAT) for his own use. 24 Dec Cash register till slips (16/12/2018 - 24/12/2018) for cash sales of: R44 464.00. Deposited 27 Dec 2018. 24 Dec The owner withdrew cash of R48 286.00 from the entitys bank account to pay employee salaries. 6 FRK 121/122 Assignment Information 2022 29 Dec The owner instructed the accountant to calculate interest at 8% per annum on the balance owing by C Hemsworth which had been in arrears for 7 months at this date. 30 Dec An EFT of R6 000.00 was issued to the owner, for his personal cell phone account. 31 Dec A proof of payment via EFT was received for R600.00 from Martin Goodman Attorneys. Refer to letter received from the attorneys. 31 Dec Received an invoice from T Hardy for R4 020.00 in respect of office equipment purchased. The current residual value is estimated to be R1 020.00. 31 Dec Cash register till slips (27/12/2018 - 31/12/2018) for cash sales of: R64 108.00. Deposited 2 Jan 20X8. 31 Dec A direct deposit was received from Ragnarock Attorneys for R4 000.00 in respect of an amount that they collected for the account of L Loki. According to the accounting records, this amount had been written off as irrecoverable in a prior period. 31 Dec A EFT for R4 560.00 was issued for advertisements which appeared in local magazines during December 2018. 31 Dec Issued a credit sales invoice to R Downey for purchases of sanitizer R2 996.00. Invoice AB52 was subsequently received from H Cavill for the delivery costs of 10% (including VAT) on the value of the sanitizer sold to R Downey. 31 Dec Cash of R1 016.00 was withdrawn by the accountant from the entitys bank account to re-instate the petty cash balance on hand to R1 600.00. 31 Dec Stan Lee, the owner has been discussing the sale of some office equipment with his close friend and they decided to finalise the deal before year-end. The equipment was initially purchased on 1 April 2015 for R16 000.00, and was sold to Tony Stark for R10 000.00 on 1 December 2018. No entry has been made for this transaction. Tony Stark is not registered as a VAT vendor, and agreed to pay the amount due before the end of June 2019. - All of the office equipment items on the asset register, except those purchased during the current year, were purchased and ready for use on 1 April 2015. - Office equipment is depreciated at 15% per annum in accordance with the reducing balance method. General Journal, Creditors ledger and Debtors Ledger ANSWER PLS. There are _______ amino acids that are uniquely combined to make up proteins important for human health and wellnessA. 10B. 20C. 50D. 100 Select one of the Financial principles, explain it in your own words and comment on what you understand is the importance of that principle in the world of business. Then tell at least one of the classmates about their contribution. They must have an external reference, beyond the textbook and place the external reference in APA format. Which function is most likely graphed on the coordinate plane below? a) f(x) = 3x 11 b) f(x) = 4x + 12 c) f(x) = 4x + 13 d) f(x) = 5x 19 What is the use of pancreas in the human body Part C2 - Oxidation with Benedict's Solution Which of the two substances can be oxidized? What is the functional group for that substance? Write a balanced equation for the oxidation reaction with chr g what form would the general solution xt() have? [ii] if solutions move towards a line defined by vector When you graph a system and end up with 2 parallel lines the solution is? A piano tuner stretches a steel piano wire with a tension of 765 N. The steel wire has a length of 0. 600m and a mass of 4. 50g. What is the frequency f1 of the string's fundamental mode of vibration?Express your answer numerically in hertz using three significant figures Identify and discuss how the financing of the goods and services become critical in the chain of distribution. How would effectiveness and efficiency be inculcated in the chain of distribution and what are the impediments in such a system? For the given function, find (a) the equation of the secant line through the points where x has the given values and (b) the equation of the tangent line when x has the first value. y=f(x)=x^2+x;x=4,x=1 Suppose that in January a profit-maximizing firm has 25 employees. By February, the firm has decreased employment. One can infer that, when 25 employees are hired, theA) firm is losing market share.B) firm is minimizing losses.C) wage exceeds the value of the marginal product of labor.D) value of the marginal product of labor exceeds the wage A compound consisting of carbon and hydrogen consists of 67.90%carbon by mass. If the compound is measure to have a mass of 37.897Mg, how many grams of hydrogen are present in the compound? A split-plot design is also known as a:counterbalanced designmixed designTukey HSDblock design