Answer:
22 radio advertisements will be used.
Explanation:
<u>Note</u>: A similar complete question is as follow as the question provided is incomplete <em>"A company has $11,970 available per month for advertising. Newspaper ads cost $110 each and can't run more than 25 times per month. Radio ads cost $410 each and can't run more than 32 times per month at this price. Each newspaper ad reaches 5950 potential customers, and each radio ad reaches 7100 potential customers. The company wants to maximize the number of ad exposures to potential customers. Use n n for number of Newspaper advertisements and r r for number of Radio advertisements . Maximize P"</em>
Number of potential customers that can be reached due to each dollar spent in newspaper advertising = 5950 / 110 = 54.09
Number of potential customers that can be reached due to each dollar spent in Radio advertisements = 7100 / 410 = 17.32.
As the number of potential customers reached by each dollar spent is more from the newspaper advertising, we will use all the newspaper advertising opportunities before going for the radio advertisements. So, we will choose to have 25 newspaper advertisements in the month.
The cost of 25 newspaper advertisements = 25*110 = $2750.
Amount left = $11970 - $2750 = $9220.
Number of radio advertisements possible in this budget = 9220 / 410 = 22.48
Hence, 22 radio advertisements will be used.
Answer:
$180 billion
Explanation:
The consumption is an act of spending the money from an income. The marginal propensity to consume is the proportion increase in the amount that a consumer is spending. The savings then decline if the consumption increases. In the given scenario the consumption will not raise even if there is an increase in national income and taxes are kept fixed at previous level. This is because marginal propensity to consume is same.
True, because producer decisions are motivated by the attempt to earn profits.18. Consider the following statement: “Competition is the disciplinarian of the market economy.”This statement istrue, because when producers face competition they are driven to provide goods and services at the lowest possible cost.19. Some large hardware stores such as Home Depot boast of carrying as many as 20,000 different products in each store. This volume of goods is the result ofthe choice of consumers regarding what to purchase to satisfy their wants and the choice of producers regarding what to produce to maximize profits.
Answer:
Boolean expression.
Explanation:
Boolean algebra provides the operations and the rules for working with the set {0, 1}. In computer science, a Boolean expression is an expression in a programing language that produces a Boolean value when evaluated i.e. one of true or false.
Each Boolean expression represents a Boolean function. The values of this function are obtained by substituting 0 and 1 for the variables in the expression.
Are used mostly with while loops, and conditional statements and can be contrasted with arithmetic expressions which are expressions that evaluated to a number.
These expressions are made up of the three logical operators (AND, OR, NOT), the relational operator (> >= < = = <>) and functions that return true or false.