answersLogoWhite

0


Best Answer

That depends on the value assigned to the variable "k". If you don't know the value of "k", you express the sum as 11 + k; in this case, you can't simplify it any more.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa

Add your answer:

Earn +20 pts
Q: What is the sum of 11 and k?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write the sum of 11 and K?

11 + k


What is the algebraic expression for the sum of 11and k?

Because the "sum" of two or more numbers means the answer when the numbers are added together, your answer is simply: 11+k Unless k was assigned a value in the problem, this is your final answer. Because 11 and k aren't like terms (they don't have the same variable attached), you cannot add them together.


How do you write the sum of all even numbers from 2-15 using D O Until Loop?

17


What is the Sum of natural even numbers?

The sum of the even numbers up to 2k, where k is an integer, is k(k + 1) = k2 + k


What is the sum of 11 and 11?

The sum of 11 and 11 is 22.


Flowchart to read 10 positive integers?

The flowchart to read 10 positive integers K>10 Start A N K=1 Sum = 0 Sum = Sum + K2 B Is Y Print K > 100? sum K=k+1 End B A


1 plus 3 plus 5 plus 7n how will you do this program?

Print "Type the upper limit (n) ?" Input n K = -1 WHILE K < = n K = K + 2 Sum = Sum + K WEND Print "The sum of all odd numbers up to "; n; "is "; Sum


The sum of a number k and 7?

k + 7


Algorithm for to find sum of individual digits of a positive integer?

enter the number whose digits are to be added num is the given value num=0! k=num%10 sum=sum=k k=num/10 num=k print the sum of the digits


The sum of addends 11 and 15 is?

The sum of addends 11 and 15 is: 11 + 15 = 26


How do you write a C-program for matrix multiplication?

it would have a part in it like this: for (i=0; i<n; ++i) { . for (j=0; j<l; ++j) { . . sum= 0; . . for (k=0; k<m; ++k) { . . . sum += a[i][k] * b[k][j]; . . } . . c[i][j] = sum; . } }


What is twice the sum of k and 4?

2(k+4)