10n = -30
n = -3
Yes, average is the sum of elements divided by the number of elements Exp:- x1=10, x2=20, x3=30, x4=10. then the average is 10+20+30+10 ------------------ 4 => 17.5 Average = sum of total of element ---------------------------------- no. of elements
Peterson Number:145 = 1! + 4! + 5!number=sum of (factorials of digits)
1.382 OR 0.000 or 2831
ALGORITHM SAMPLE i = 0 REPEAT OUTPUT ("Enter a number: ") INPUT (number[i]) i ++ UNTIL (number[i] 0) THEN counter++ sum = sum + number[i] END IF END FOR DISPLAY (counter) DISPLAY (sum / counter) END SAMPLE
To create a program that asks the user to enter four numbers and then displays the sum and average, you can follow these steps: First, prompt the user to input four numbers and store them in variables. Next, calculate the sum by adding these numbers together. Finally, compute the average by dividing the sum by four, and then display both the sum and the average to the user. Here's a simple example in Python: numbers = [float(input("Enter number {}: ".format(i+1))) for i in range(4)] total = sum(numbers) average = total / 4 print("Sum:", total, "Average:", average)
the sum of 8 and 4 times a number is 36
9(4+n)Nine times the sum of 4 and a number is an expression and can not be evaluated.
what is 4 times the sum of a number squared and 3
To calculate 4 times the sum of a number and 6, you would first find the sum of the number and 6, then multiply that sum by 4. Let's represent the number as 'x'. So, the sum of the number and 6 would be x + 6. Multiplying this sum by 4 gives you the expression 4(x + 6), which simplifies to 4x + 24.
The sum of number and four times a number is 25 write in algebraic expression
If your number is 4 times ?, and the sum is 40, your problem would be 40 divided by 4. You'd get 10.
The number is 45. The sum of its digits i.e. 4+5=9 Five times the sum of its digits i.e. 5 times 9 which is 45
4(7+V)
6x + 4 = 5x x = -4
5
That number would be 3
It is: 4 times (7+1) = 32