Explicit calculations
Good afternoon All,
I understand the basics of explicit functions in MathCAD, however I am not able to figure out how to have an equation list the numerical values of each variable included in an equation. For instance, I am trying to calculate the total surface area of a concrete storm sewer junction box to determine the total formwork needed. The total surface area would be calculated as the sum of the exterior/interior 4 sides and exterior/interior top and bottom. The following is an example of my workflow:
a=sides=2 ft^2
b=top=3 ft^2
d=bottom=4 ft^2
f=total=a+b+d
I would like the valuves of a,b and d listed in my equation. When I attempt the explicit calculation I type: f=a+b+d, explicit,a,b,d. The result I receive is: f=a+b+c,explicit,a,b,d-->a,b,d=9 ft^2. How can I have the explicit function show: f=a+b+c=2 ft^2+3 ft^2+4 ft^2=9 ft^2?
The tutorial sheets in MathCAD do not show how to have an equation show the values, only the operation shown (i.e. F1=1, A1=2, F1/A1, explicit, F1, A1 --> 1/2=0.5)
Does anyone have an answer or suggestion?
Thank you and I apologize for any confusion.

