25+11=36: Let f and s represent the first and second numbers respectively. The statement of the problem yields two equations: f + s =36 and f = 3 + 2s. Substituting the function given in the second equation for f into the first equation yields 3 + 2s + s = 36, or (subtracting 3 from each side and merging the s terms, 3s = 33 or s = 11. Then f + 11 = 36 (substituting the value for s into the first equation), or f = 25.
= The sum of two numbers is -42 the first number minus the second number is 52 Find the numbers? =
If we assume all the numbers to the left of the decimal point are the same, we would start by looking at each number after the decimal from left to right. If there is a difference in number at any time, whichever has the highest number is the larger. Example: 0.44567 and 0.44282 In each number the first two numbers after the decimal are the same (4 and 4), but the third is different. The first number has a 5 and the second number a 2, so the first number is larger. Once the first number of difference is established, the remaining numbers to the right have no bearing on which is the larger number.
The third number is 112, the numbers are 86, 86, 112, 172
Let X be one number and Y be the second number So X = 3Y and X + Y = 18 To solve, substitute the value of X from the first equation into the second equation. 3Y + Y = 18 4Y = 18 Y = 4.5 So X = 3*(4.5) = 13.5
Choose any number for the first number. Subtract 10 minus the number you chose to get the second number.
One option for comparing two numbers is to subtract the first number from the second number. If the result is less than zero, the first number is larger. If the result is greater than zero, the second number is larger. If the result is zero, the numbers are equal. Another option (for positive numbers) would be to divide the first number by the second number. If the result is greater than one, the first number is larger. If the result is less than one, the second number is larger. If the result is one, the numbers are equal. This rule flips if you are comparing negative numbers.
Subtract one from the other.If the answer is positive then the first is larger,if the answer is negative, then the second is larger.Rational numbers are numbers that can be expressed as fractions whereas irrational numbers can't be expressed as fractions.
= The sum of two numbers is -42 the first number minus the second number is 52 Find the numbers? =
To get the product, multiply the first number by the second. To get the sum, add the second number to the first. To get the difference, subtract the smaller number from the larger.
The first such number is thousand.But there are larger numbers such as quadrillionand quattuordecillion.
If we assume all the numbers to the left of the decimal point are the same, we would start by looking at each number after the decimal from left to right. If there is a difference in number at any time, whichever has the highest number is the larger. Example: 0.44567 and 0.44282 In each number the first two numbers after the decimal are the same (4 and 4), but the third is different. The first number has a 5 and the second number a 2, so the first number is larger. Once the first number of difference is established, the remaining numbers to the right have no bearing on which is the larger number.
The GCF is the first number.
If you say the second number is x, then the first number would be 8x.Therefore x+8x=189x=18x=2(second number)8x=16( first number)
The difference between two numbers is the smaller number subtracted from the larger. This is the absolute value of the first number minus the second number. However, sometimes the term is used for the signed subtraction.
Read 2 numbers. If first is larger than second, display second, else display first. That's for the smallest. For the largest reverse the two. For each of the other two, it's easier to just create a variable, call it largest. Initialize it to a very small number, say -1. As you read each number, compare it to largest. If the number is larger than largest, set largest equal to the number. When you finish each list of numbers, then print largest. Best answer Read 2 numbers. If first is larger than second, display second, else display first. That's for the smallest. For the largest reverse the two. For each of the other two, it's easier to just create a variable, call it largest. Initialize it to a very small number, say -1. As you read each number, compare it to largest. If the number is larger than largest, set largest equal to the number. When you finish each list of numbers, then print largest.
(-10) - (-5) = (-5) when subtracting a negative number from another negative number if the first number is larger that the second number then you just subtract the to numbers. don't worry about the signs just subtract the numbers when your done put the sign of the first number on again.
Two numbers are consecutive if the second one is the one after the first. Mathematically, if the first number is n then the second is n+1.