answersLogoWhite

0


Best Answer

(b+5)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

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

3 times the sum of b and 5?

The algebraic expression is 3(b+5).


What is the sum of 2 vectors?

To find the sum of two vectors, you add their corresponding components together. For example, if you have two vectors A = (3, 5) and B = (2, -1), the sum would be A + B = (3 + 2, 5 + (-1)) = (5, 4).


What two numbers whose sum is 61 and whose difference is 5?

a + b = 61a - b = 5∴ a = 5 + b∴ (5 + b) + b = 61∴ 2b = 56∴ b = 28∴ a = 33


Program in java to add two numbers?

import javax.swing.JOptionPane; public class Addition { public static void main( String args[] ) { String firstNumber = JOptionPane.showInputDialog( "Enter first integer" ); String secondNumber = JOptionPane.showInputDialog( "Enter second integer" ); int number1 = Integer.parseInt( firstNumber ); int number2 = Integer.parseInt( secondNumber ); int sum = number1 + number2; JOptionPane.showMessageDialog( null, "The sum is " + sum, "Sum of Two Integers", JOptionPane.PLAIN_MESSAGE ); } }


How do you write 3 times the sum of b and 5?

3(b5)


When four digit number A 5 5 B is divisible by 36 What is the sum of A and B?

To be divisible by 36 the number must be divisible by 9 (and 4). To be divisible by 9, the sum of the digits must be divisible by 9. 5 + 5 = 10 → need an extra 8 → A + B = 8.


Design a flow chart that will compute the average of 5 numbers?

To design a flow chart that computes the average of 5 numbers, you would start with an input symbol for each number. Connect these to a process symbol that adds the numbers together. Then, connect the result to a process symbol that divides the sum by 5 to get the average. Finally, use an output symbol to display the average. This flow chart would involve input symbols, process symbols for addition and division, and an output symbol.


Which expression means five times the sum of b and two?

It is: 5*(b+2) which is the same as 5b+10


What is seven less than five times the sum of a and b represented as an algebraic expression?

5(a+b)-7


Draw a flow chart that will compute and print the sum and average of 3 numbers?

1.Start 2. Input a,b,c 3. Sum = a+b+c 4. Average = sum/3 5. Output - Sum,Average 6. Stop


Find two integers whose sum is 5 and whose product is -36?

41


If the sum of the roots of x2 3x-5x0 is added to the product of the roots?

Um, x2+3x-5=0? This is ax2+bx+c where a=1, b=3, and c=-5. The sum of the roots is -b/a so that means the sum of the roots is -3. Also, product of the roots is c/a. That means the product of the roots is -5. -3+(-5)= -8. There you have it.