Let the smaller number be x.
Given, the larger number is 7 times the smaller number.
So, the larger number = 7x.
Given, 3 times the larger number is 7 more than 4 times the smaller number.
So we can write the equation as,



Now we have to move 4x to the left side by subtracting 4x from both sides.



To get x, we will divide both sides by 17. We will get,


So the smaller number = 
The larger number =
= 
So we have got the required numbers.
Smaller number =
and larger number =
.
Answer:
4
Step-by-step explanation:
On a number line you will got to -8 and go up 12 and you would get 4
Answer:
There is a 7/10 probability the marble is red or blue.
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)