Answer:
Yes it is correct because the corresponding lines are all together.
sorry if i was wrong this is how i did mine and got 100% on the question.
Answer:
x = 8√5
Step-by-step explanation:
In the figure attached, there are three right angle triangles.
So, by Pythagoras theorem,
y²+ 4² = z²
y² + 16 = z²------(1)
Similarly x² = 16² + y²--------(2)
and (16 + 4)² = x² + z²
20² = x² + z²-------(3)
Now we put the value of z² from equation 1 to equation 3
20² = x² + y² + 16
x² + y² = 400 - 16
x² + y² = 384
y² = 384 - x²------(4)
Now we put the value of y² from equation 4 to equation 2
x² = 16² + 384 - x²
2x² = 256 + 384
2x² = 640
x² = 320
x = 8√5
Therefore x = 8√5 will be the answer.
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)
Last week, Christopher drove 480 miles
This week, Christopher drove 360 miles
The difference in miles this week compared to last week = 480 - 360 = 120 miles.
The percentage of decrease in miles compared to last week's = (Difference in miles ÷ Total miles last week) multiplied by 100 = (120 ÷ 480) x 100 = 0.25 x 100 = 25%