<h3>
Answer: Rs 25</h3>
Explanation:
Each pencil has a profit of Rs 1.25 since 
Multiply that result with 20 to get the final answer shown above in bold.
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Answer: Choice D) x can be anything but 13
========================================================
Explanation:
The domain of
is the same as the domain of g(x)
The domain for g(x) is
saying we can plug in any number we want as long as it's not 13. This is to avoid dividing by zero. The same domain applies for the composite function because

and we can see that we still need to kick out x = 13 from the domain to avoid the division by zero issue.
Answer:
Debit Cost of Goods Sold $710
Credit Material Price Variance $40
Credit Material Usage Variance $225
Credit Labor Rate Variance $110
Credit Labor Efficiency Variance $335
Step-by-step explanation:
Preparation of the journal entry to be passed by Theta Company at the end of the month of February to close the variances
Debit Cost of Goods Sold $710
($40+$225+$110+$335)
Credit Material Price Variance $40
Credit Material Usage Variance $225
Credit Labor Rate Variance $110
Credit Labor Efficiency Variance $335
(To close the variances)