Answer:
8 inches
Step-by-step explanation:
To find the area of a triangle, we use the formula
A = 1/2 bh where b is the length of the base and h is the height
A = 24 and b = 6
24 = 1/2 (6) * h
24 =3h
Divide each side by 3
24/3 = 3h/3
8 =h
The height is 8 inches
Answer:
5300
Step-by-step explanation:
1590 people are not men so they are women
so

Answer:
0.75x
Step-by-step explanation:
Given that :
Discount rate= 25%
Original price = x
Discounted price of jacket :
(100 - discount rate)% * original price
(100 - 25)% * x
75% * x
0.75x
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)