help...pleez?

gracierox77

New member
Joined
Sep 16, 2005
Messages
17
I know this prob. is easy, but it has me stumped!

Write a variable expression each word phrase.
problem: three times the quantity 2 plus a.

I think it's 3*2a... not sure... :oops:
 
gracierox77 said:
I know this prob. is easy, but it has me stumped!
Well, then it's not easy, is it? You don't need to beat yourself up.

Write a variable expression FOR each word phrase.
problem: three times the quantity 2 plus a.

I think it's 3*2a... not sure... :oops:
Where's the "plus"?

3*(2+a)
 
Nope.
Code:
three times quantity 2 plus a
  3     *       (    2   +  a)
3(2+a)



PS. Hmmmm, a tie!
 
Top