answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the products of Rb plus N 2?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Clara wrote 2 expressions 1 n equals 1 plus n 2 n equals 2 plus N?

2 plus n is the true one, but 1 plus n is not?


What is the sum of 1 plus 2 plus 3 plus 4 plus 5. plus n?

(n2 + n)/2 1+2+3+4+5+n= 15+n


What is 2 2 n 6?

2 plus 2 plus n equals 6 n equaling 2


Find the sum of 1 plus 2 plus 3 plus . plus n nos using c program?

if (n%2==0) sum=n/2*(n+1); else sum=(n+1)/2*n;


What do these expressions have in common - n plus 2 n plus 3 n-1 n plus 6 n plus 10?

They have n in common.


What is 5 plus 3 plus 2 equals 5 plus 3 plus n?

That would be 18+n. 5+3+2 = 5+3+n 10 = 8 + n 10-8 = n 2 = n and if you substitute 2 for n then you see that 5+3+2 = 5+3+2


Which has the highest electronegativity Si Ca N or Rb?

N


What are the products of two consecutive positive integers?

The products are of the form n*(n+1) or n^2+n where n = 1, 2, 3, ...


What is the answer to n(n plus 1)?

n^2 + n


A class writes the equation n plus n plus 1 plus n plus 2 equals 87 to solve the following problem?

n = 28


How do you write 3 to the power of n plus 2 plus 3 to the power of n as a single term?

3^n+2+3^n = 6^n+2 *'to the power of' can be represented with this symbol ^ .


How do you solve 1 plus 2 plus plus 60?

If the question means solve 1+2+...+60 then 1+2+...+n = n(n+1)/2 for any integer n>0 So for n= 60 the sum is 60*61/2 = 30*61 = 1830