answersLogoWhite

0

2(25 + 8)

or you could just write 66.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is the sum of eight?

the sum of eight is 4+4


Write java program for mean of ten numbers?

// numbers to work with double[] nums = {1, 2, 3, 4.5, 5.5, 6, 7.5, 8, 9, 10}; double sum = 0; // total sum for (int i = 0; i < nums.length; ++i) { sum += nums[i]; } // final average final double mean = (sum / nums.length);


How do you write the different between twenty and five multiplied by the sum of eight and two?

20 - 5(8 + 2) or you could just write -30


What is the sum of negative eight and three?

-5 what is the sum of negative eight and three?


What is the sum of eight and eight?

18


Write a program that read 10 numbers from the user and display their sum?

#include<stdio.h> void main() { int num, sum=0, i; printf("Enter ten numbers: \n"); for(i=0;i<10;i++) { scanf("%d",&num); sum += num; } printf("\n The sum of the numbers is %d",sum); getchar(); }


What is the sum of 4 and negative eight?

The sum of four and negative eight is negative four.


How do you rewrite the word statement six times the sum of eight and eight?

six times the sum of eight and eight 6*(8+8) = 96add eight to eight and multiply the result by six.


What would the sum of opposites be?

The sum of a number and its opposite would be zero. Example: 8 + -8 (since it's easier to not use double signs i'll write it this way) 8 - 8 = 0.


What is it called when you write a number as a sum?

sum= answer of an addition question.. so the number of the sum is the answer.


What is the sum of eight and nine tenths and nine and eight tenths?

The sum of (eight and nine tenths) plus (nine and eight tenths) is (eighteen and seven tenths). 8.9 + 9.8 = 18.7


How do you convert a single sigma sum to a double sigma sum?

Multiply sum by 2.