Examlex

Solved

View Point Industries Has Forecasted a Rate of Return of 20.00

question 62

Multiple Choice

View Point Industries has forecasted a rate of return of 20.00% if the economy booms (25.00% probability) ; a rate of return of 15.00% if the economy is in a growth phase (45.00% probability) ; a rate of return of 2.50% if the economy is in decline (20.00% probability) ; and a rate of return of -15.00% if the economy is in a depression (10.00% probability) . What is View Point's standard deviation of returns? Do not round intermediate computations. Round your final answer to two decimal points.


Definitions:

Malloc()

A standard library function in C that allocates a specified amount of memory and returns a pointer to the beginning.

Calloc()

A library function in the C programming language that allocates memory space for an array of elements, initializes them to zero, and returns a pointer to the allocated memory.

Realloc()

A function in C that resizes the memory block pointed to by a pointer, potentially moving it to accommodate the new size.

Free()

A function in C programming used to release previously allocated memory back to the operating system or memory manager.

Related Questions