Let's call the larger number 2x+3 and the smaller number x:
2x+3+x = 36
2x+x = 36-3
3x = 33
x = 11
So: 2*11+3 = 25 which is the value of the larger 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.
If the first number is 100 then the second number is 50 and the sum is 150. If the second number is 100 then the first number is 200 and the sum is 300. The question cannot be answered with one solution as it is currently worded.
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.
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.
If the second number is a multiple of the prime number, than the LCM is the second number. If the second number is not a multiple of the prime number, then the two numbers are relatively prime, and the LCM is the product of the two numbers.
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.
If the first number is 100 then the second number is 50 and the sum is 150. If the second number is 100 then the first number is 200 and the sum is 300. The question cannot be answered with one solution as it is currently worded.
244
244
970.
You don't need a website to do that! All you need to do is learn your numbers from 1 to 10. Then just take the time to compare any two numbers and you can tell which is larger and which is smaller based on the numbers that make up those larger numbers. For example, 1111111112 is larger than 1111111111 because the last number 2 is smaller than the last number in the second number (1).
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.
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 sum of two numbers is -42 the first number minus the second number is 52 Find the numbers? =
If the second number is a multiple of the prime number, than the LCM is the second number. If the second number is not a multiple of the prime number, then the two numbers are relatively prime, and the LCM is the product of the two numbers.
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.