 鲜花( 1)  鸡蛋( 0)
|
本帖最后由 xchen 于 2015-12-4 17:02 编辑
; r1 A/ I0 g! x; l( S1 h- N% P2 f; f% P- ]" W
6 m5 k; ?& H( a
If total is 4%, then, calculate the amount for traditional way for a house sold in 400,000, you'll find it will be 4% for total (100000*0.07 + 300000*0.03)/400000 = 0.04, so the same for both.
3 e6 E: u5 z6 i9 C
k: N/ | X1 ~6 tLet's try to calculate the rate for the traditional way: y = (0.07*100000 + (x-100000))/x => y=4000/x + 0.03* q* o7 x. _$ Q* L
: Q% ~8 p4 [- f
comparing 2 realtors using above formular, you will see : 1) if total sale value (x in the formular) > 400,000, traditional realtor < 0.04, then traditional is better since it's < 0.04; 2) total sale value < 400,000, 2% realtor is better since traditional one > 0.04 3) if sale value is 400,000, both are the same..
8 j8 L( Z/ P+ Z2 V6 N
3 Y* s ~5 v3 U# hNote: above comparison is based on the assumption: 2% realtor means 2% for each side realtor (i.e., total 4%)
' R% g- `# h+ q0 ~ |
|