Examlex

Solved

Answer the Following Questions Using the Information Below:
Electro Corp

question 105

Multiple Choice

Answer the following questions using the information below:
Electro Corp sells a refrigerator and a freezer as a single package for $1,000. Other data are in the chart below.
 Refrigerator  Full-size Freezer  Packaged Price  Selling price $800$400$1,000 Manufactuing cost per unit $600$200 Stand-alone product revenues $1,200,000$800,000\begin{array} { | l | c | c | c | } \hline & \text { Refrigerator } & \text { Full-size Freezer } & \text { Packaged Price } \\\hline \text { Selling price } & \$ 800 & \$ 400 & \$ 1,000 \\\hline \text { Manufactuing cost per unit } & \$ 600 & \$ 200 & \\\hline \text { Stand-alone product revenues } & \$ 1,200,000 & \$ 800,000 & \\\hline\end{array}
-Using the stand-alone method with selling price as the weight for revenue allocation,what amount will be allocated to the refrigerator?


Definitions:

Strcopy

A function in C for copying one string into another, ensuring the destination string has enough space to accept the source string.

End-Of-String Character

A special character, typically represented as '\0', used to mark the termination of a string in languages like C.

Strcopy

A standard library function in C programming that copies the string pointed to by the source, including the null terminator, to the destination.

Strcat()

A function in the C programming language used to concatenate (append) one string to the end of another.

Related Questions