The greatest common factor of 19x7 AND 3x5 is: X5
hope this helps
Substitution method is one of the ways to solve this system.
-5x+y=4 and 4x-4y=16.
First we will divide the second equation with number 4 and get
x-y=4 => x=y+4 than we will replace x in the first equation
-5(y+4)+y=4 => -5y-20+y=4 => -4y=4+20 => -4y=24 => y=-6
x-(-6))=4 => x+6=4 => x=4-6=-2 (x,y)=(-2,-6)
Good luck!!!
Answer: 9 and 3/7
Step-by-step explanation: To multiply a mixed number by a mixed number, we first want to write each mixed number as an improper fraction.
We can write a mixed number as an improper fraction by multiplying the denominator by the whole number and adding the numerator.
We can change to the improper fraction 30/7.
We can also change to the improper fraction 11/5.
Now, we are simply multiplying fractions. To multiply fractions, we multiply across the numerators and multiply across the denominators. When we multiply these fractions, we will end up with the fraction 330/35. Since 330/35 is not in lowest terms, we need to divide both the numerator and denominator by the greatest common factor of 330 and 35 which is 5 and we will get the improper fraction 66/7.
Notice however that 66/7 can be changed into a mixed number by dividing the denominator which is 7 into the numerator which is 66.
66 divided by 7 equals 9 with a remainder of 3 so we can write 66/7 as the mixed number 9 and 3/7.
Therefore, 4 and 2/7 × 2 and 1/5 = 9 and 3/7
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.