Each user pays a feature cost, so create the variable shared_cost that stores the result of share plus feature_cost.
shared_cost
share
feature_cost
Make sure to pick shared_cost, followed by =, and finally share + feature_cost.
=
share + feature_cost