Answer:
Answer C
Explanation:
b) should the new computer system be purchased?
Galvanized Products consideration to buy a new computer system for their enterprise data management system with the purchase price of $100,000 is being a good decision
Explanation:
Purchase value $100,000
cash on hand 75,000 + bank loan 1/4 of $100,000= $25000 =$100,000
Estimated Income
(increased efficiencies-payment to technician+MARR )× 5( life span )+ 5000 (salvage value )
(($55,000-$25,000=30,000)+(100,000×18÷100)=18000))×5 =$240,000+5000 = $245,000
Expected liabilities
bank loan interest=((P*(1+i)^n) - P)=(25,000×(1+0.15)^3-25,000)= 13,022
Net value of the purchase proposal
(Estimated Income - Expected liabilities) - Purchase price
= (245,000 - 13,022) = $231,978 - $100,000 = $131,978 (profit)
Hence ,the Galvanized Products consideration to buy a new computer system is a good decision.
The present worth of this investment is -$30,911.60, and the new computer system should not be purchased as the current estimates show that the benefits do not outweigh the costs at the 18% discount rate.
To determine whether the investment is worth it, we will need to calculate the Net Present Value (NPV) of the investment. This takes into account the present value of both the costs and the benefits associated with the investment.
Let's start by calculating the present value of the costs:
The total present value of costs is therefore roughly $220,295.74.
Next, let’s calculate the present value of the benefits. This is comprised of the $55,000 savings per year due to increased efficiencies, discounted back to present value over 5 years at a rate of 18%, which results in approximately $184,384.14. Then we add the salvage value of the system, which is $5,000, because this value is already in present terms.
The total present value of the benefits is thus around $189,384.14.
The net present value (NPV), calculated by subtracting the present value of costs from the present value of benefits, is thus around -$30,911.60. Since this is a negative value, this suggests that the anticipated benefits of the system does not outweigh its costs at the 18% discount rate.
Therefore: a) the present worth of this investment is about -$30,911.60 and b) the new computer system should not be purchased, based on these calculations and assumptions.
#SPJ3
Class Cashier that directs a cashier how to cash goods and give change to customers based on cashier operations is given below.
Explanation:
Use the following class, TestCashier, as the basis for the test class.
class TestCashier
{
public static void main(String[] arg)
{
Cashier c = new Cashier();
String name = GetData.getWord(“Enter name of item”);
double price = GetData.getDouble(“Enter price of item”);
c.add(name, price);
name = GetData.getWord(“Enter name of item”);
price = GetData.getDouble(“Enter price of item”);
c.add(name, price);
// Add a two more entries of your own
// Now average the price of the items
c.average();
// Make payment
double amount = GetData.getDouble(“Enter amount of money for payment”);
c.tendered(amount); // For example twenty dollars were tendered
c.makeChange();
generateReceipt(c);
}
static void generateReceipt(Cahier c)
{
// Write the necessary code that will generate a customer’s receipt.
// The output must be displayed in a scrollable pane
}
}
Description of the output:
The output should be displayed in a scrollable pane, and have the following features:
• The first line displays the name of the establishment.
• Second line reads something like this: Welcome – thanks for stopping, followed by the current date
• The list of items displayed, one item per line – That is, the name of the product and price,
• The sum of all the items
• The number of items purchased
• The average price for each item
• The amount of money tendered
• The amount of change in $ and cents
• The change given in coin denominations
Here is an example of the form of how the output should be ( except that this output must be displayed in a scrollable pane).
Bread............ 2.99
Chicken..........6.79
Egg..................3.07
______________
Total ……….$12.85
The number of items purchased is 3 items
The average price per item is $4.28
Amount tendered is $20.00
The change is $7.15
The change includes
7 dollars
0 quarters
1 dimes
1 nickels
0 cents
Economy of Economy Stock A Stock B
Recession .20 .010 – .35
Normal .55 .090 .25
Boom .25 .240 .48
a. Calculate the expected return for the two stocks.'
Answer:
11.15%
Explanation:
The formula to compute the expected rate of return is shown below:
Expected rate of return = (Recession probability× Possible Returns ) + (Normal Probability × Possible Returns ) + (Boom Probability × Possible Returns 3)
= (0.20 × 0.010) + (0.55 × 0.090) + (0.25 × 0.240)
= 0.002+ 0.0495 + 0.06
= 11.15%
Simply we multiply the probability with its return so that accurate rate could come.
Answer:
Laurel = -8.38%
Hardy = -14.85%
Explanation:
Present Price of Bond :
Laurel, Inc. = $1000
Hardy Corp. = $1000
After Percentage Price would be
Laurel, Inc = Present Value (i=6%, n=12, PMT=50, FV=1000) = $916.16
Hardy Corp = Present Value (i=6%, n=30, PMT=50, FV=1000) = $851.54
Percentage change in price
Laurel, Inc = (916.16-1000)/1000 = -8.38%
Hardy Corp = (851.54-1000)/1000 = -14.85%
Answer:
a. $3,000 Favorable
Explanation:
Variable cost variance is the difference between the budgeted variable cost and actual variable cost for a period.
Use following formula to claculate the variable cost variance
Variable cost variance = Budgeted Variable cost - Actual variable cost
Placing values in the formula
Variable cost variance = Budgeted Variable cost - Actual variable cost
Variable cost variance = $23,000 - $20,000
Variable cost variance = $3,000
As the actual cost is less than the budgeted cost, so the $3,000 is saved in respect of variable cost.
She can find a more comfortable chair.
She can have more resources available.
She can remove any possible distractions.
She can choose an area with more light.
In this case, Alicia makes her studying environment more effective as she can remove any possible distractions. The correct option is c.
Studying is crucial for personal skill development in addition to educational advancement. Your confidence, skill, and self-esteem can all be increased by having effective study techniques. Additionally, it aids in lowering tension and worry related to tests and deadlines.
Take anything out of your study area that is not necessary for studying. To lessen auditory distractions, wear noise-canceling headphones, listen to white noise, or try utilizing earplugs. Eliminate electronic irritants. Put your phone in silent mode and away from your line of sight.
Therefore, the correct option is c. She can remove any possible distractions.
To learn more about studying, refer to the link:
#SPJ6
Answer:
C
Explanation:
edgen 2020