answersLogoWhite

0


Best Answer

(4 + 4) * (7 - 4) = 24

(7 - (4/4)) * 4 = 24

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would you find the value of 24 by using the numbers 7 4 4 4?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find the ASCII value of numbers greater than 9?

You can find the ASCII value of numbers greater than 9 using the following functions: std::to_string or boost::lexical_cast or std::ostringstream depending on the compiler that you are using.


How do you write a program to find out the percentage of given numbers using the structure in C?

Count all the given numbers then count all the numbers of a given value. Divide one by the other and multiply by 100. For instance, if there are 50 numbers in total and 5 of them have the value 42, then the percentage of numbers with the value 42 is 5 / 50 * 100 = 10%.


How do you find the range of seven numbers?

You can find the range of any set of numbers by subtracting the smallest value from the largest value, eg. in the set 1, 3, 5, 6, 7, 8 the range would be 8-1, or 7.


Find two consecutive numbers with a product of 4160?

Find two consecutive numbers with the value of 4160


How to write a C program to find largest 2 numbers using pointers?

program to find maximum of two numbers using pointers


How do you find the mean using 16 numbers?

The mean is the average. You simply add all the numbers and divide by how many numbers there are. So the mean of 16 numbers would be the sum of all 16 numbers, divided by 16.


How do you find mean value of numbers?

add them all together and divide them by the number of numbers you have


Write a C program to find lowest number among ten numbers using for loop?

If you had an array int numbers[10]; you would do it like this: CODE: int lowestnumber = numbers[0]; for(int i = 0; i < 10; i++){ if(numbers[i] < lowestnumber) lowestnumber = numbers[i]; } END CODE I think this should work, and in the end the variable lowestnumber will hold the lowest value in the ten. Hope this helps.


Where would you go to have the numbers run to find out exactly what kind of gun you have and value?

Library, gun shop, gun show, appraiser.


In mathematics how do you work out the range?

The Range is the distance on the number line that the smallest number is from the biggest number, in sbsolute value. Basically, to find it using math, you would subtract the smallest number in the series of numbers from the largest number in the same series.


How do you find large and small value from 10 numbers?

its easy.. just compare all the numbers you will find the largets and the smallest one.


How do you find range in decimal?

The range is the largest value minus the smallest value from a set of numbers.