Answer:
i think it is y=2x
Step-by-step explanation:
Bundle (31 , 40) has 40 bananas.
So 40 - 28 = 12 bananas
These 12 banana give the consumer negative utility which will be balance one for one apple.
So we have to need 12 apple to balance it.
So the final utility of apples and banana is 28 + (31 - 12) = 28 + 19 = 43
In second bundle (X , 23) has 23 bananas. We need to get the same utility 43.
Which we will get from 43 - 23 = 20 apples.
So X equal to 23.
Answer:
a 3
Step-by-step explanation:
You make 50 a day plus 3.60 per sale
Income = 50+ 3.6 s
You want to make at least 60
60 ≤ 50+ 3.6 s
Subtract 50 from each side
60 -50 ≤ 50-50 +3.6s
10 ≤ 3.6s
Divide by 3.6 on each side
10/3.6 ≤ 3.6s/3.6
2.7777777 ≤ s
You must make more than 2.7777 sales
But you cannot make part of a sale so
You must make at least 3 sales
Answer:
Domain constraints include entity integrity and referential integrity and this domain is a set of values that may be assigned to an attribute. The entity integrity rule states that no part of a primary key cannot be null. Referential integrity states that each foreign key value must match a primary key value or be null
Each table has certain set of columns and each column allows a same type of data, based on its data type. The column does not accept values of any other data type.
Step-by-step explanation:
Domain constraints include entity integrity and referential integrity and this domain is a set of values that may be assigned to an attribute.
The ENTITY INTEGRITY rule states that no part of a primary key cannot be null while the REFERENTIAL INTEGRITY rule states that each foreign key value must match a primary key value or be null.
Each table has certain set of columns and each column allows a same type of data, based on its data type in which the column does not accept values of any other data type.
Therefore Domain constraints are user defined data type and can define in this way:
Domain Constraint = data type + Constraints (NOT NULL / UNIQUE / PRIMARY KEY / FOREIGN KEY / CHECK / DEFAULT)