answersLogoWhite

0

Triple a is: 3a

Then multiply this by b is: 3ab

Multiply signs (×) are not written in algebra as they look too much like the letter x and confusion could arise; instead when two items are written next to each other (number next to a letter, or letter next to letter), multiplication of those two items is assumed.

So "3ab" means "3 times a times b".

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

Start with b add x and then multiply the result by 5 what expression do you get?

The expression is: 5(b + x)


How do you multiply in psuedocode?

In pseudocode, you can multiply two numbers by using a simple expression. For example: result = number1 * number2 Here, number1 and number2 are the values you want to multiply, and result will store the product. You can also define a function for multiplication if needed: FUNCTION Multiply(a, b) RETURN a * b END FUNCTION


What will be the result of the expression a percent b?

a%b = a*b/100


Start with b multiply by a and then add x what expression you i get?

ba + x


What is a squared time b cubed?

The expression "a squared times b cubed" is mathematically represented as ( a^2 \times b^3 ). This means you take the value of ( a ), square it (multiply it by itself), and then take the value of ( b ), cube it (multiply it by itself twice), and finally multiply the two results together. The overall result combines the effects of both variables raised to their respective powers.


How do you write a algorithm for finding maximum of 2 numbers in c?

You can use the ternary operator, in an expression such as: result = a > b ? a : b; This is equivalent to: if (a > b) result = a; else result = b;


What is x times ab?

The expression "x times ab" can be mathematically represented as ( x \cdot ab ) or simply ( xab ). This means you multiply the variable ( x ) by the product of ( a ) and ( b ). The result is the same as multiplying ( x ) by ( a ) and then by ( b ).


What is C minus be equal?

The expression "C minus B" is mathematically represented as C - B. The result of this operation is the difference between the values of C and B. If you have specific values for C and B, you can substitute them into the expression to find the numerical result.


What do you call the result multiply two factors together?

The result of multiplying two factors together is called the "product." In mathematical terms, if you multiply factors ( a ) and ( b ), the product is denoted as ( a \times b ) or simply ( ab ).


What is 2a times b?

2ab


What is 28 divided by B plus 7?

35


What does associative properties of multiplication mean?

The associative property of multiplication states that for any three numbers a, b and c, (a * b) * c = a * (b * c) and so we can write either as a * b * c without ambiguity. ie, when multiplying three numbers together, you can multiply the first two together and then multiply the result of that by the third, or multiply the second two numbers together and multiply that result by the first, and you will get the same answer.