Answer:
The consumer price index for 2015 on Planet Econ is 1.25
Explanation:
The formula for computing the consumer price index is given below:
= (Total cost in the current year) ÷ (total cost in the base year)
where,
Total cost in the current year equals to
= (Base year book quantity × current year book price) + (base year hamburgers quantity × current year hamburgers price)
= 10 books × $30 + 25 hamburgers × $3
= $300 + $75
= $375
we use the base year quantity for computing the total cost for the current year.
And, the Total cost in the base year equals to
= (Base year book quantity × base year book price) + (base year hamburgers quantity × base year hamburgers price)
= 10 books × $25 + 25 hamburgers × $2
= $250 + $50
= $300
Now put these values to the above formula
So, the answer would be
= $375 ÷ $300
= 1.25
Hence, The consumer price index for 2015 on Planet Econ is 1.25
Answer:
The value of inventory destroyed=$4,082,000
Explanation:
<em>The value of the inventory destroyed is the difference between the the cost of the total goods available for sale and the cost of goods sold</em>
The value of inventory destroyed = cost of goods available for sale - value of inventory sold
Cost of goods sold = 3540,000 - (20%× 3540,000)= 2,832,000
The cost of goods available for dale = opening inventory + purchases + freight charges
$5300000 + $1432000 + $182000 = 6,914,000
The value of inventory destroyed = 6,914,000
- 2,832,000
= 4082000
The value of inventory destroyed=$4,082,000
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
Answer:
current ratio for MARJORAM = Current asset / current liabilities
= $173,000/ $108,400
= 1.59
Explanation:
step 1 :calculate the total current asset of the company which is calculated below.
current asset
Cash $19,000
Note Receivable 35,000
Account Receivable 48,400
Inventory <u> 70,600</u>
Total <u> 173,000</u>
Note receivable is included in the current asset because its due date is less than 12 months.
step 2 : divide the current asset by the current liabilites in order to determine the current ratio