 
David W. answered  09/15/15
Tutor
                    
        4.7
        (90)
            Experienced Prof
First, let's assign variables:
    B = amount of money Briana has
    M = amount of money Molly has
    C = cost of bicycle  (we must find this)
Translate:
  "Briana needs $73 more before she can afford the bike."   means   B + 73 = C
  "Molly needs $65 more"                                               means      M + 65 = C
  "... combine their money, ... just enough to buy one bicycle"    means    B + M = C
O.K., now the easy math:
Add the first two equations:
        B + 73 = C
        M + 65 = C
   -----------------------
      B + M + 138 = 2C
      B + M           =  C       (use third equation)
  ------------------------       (now, subtract equations)
                  138 = C
 
     
             
 
 
                     
                    