document.write( "Question 120278: a web designer is trying to put 4 characters on a page. the space occupied by character 2 takes 5 units more than character 1. character 3 takes 7 units less than character 2. character 4 takes the same amount of space as character 2. i have to find the total space occupied by all the characters in an algebraic expression \n" ); document.write( "
Algebra.Com's Answer #88150 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a web designer is trying to put 4 characters on a page. the space occupied by character 2 takes 5 units more than character 1. character 3 takes 7 units less than character 2. character 4 takes the same amount of space as character 2. i have to find the total space occupied by all the characters in an algebraic expression
\n" ); document.write( "-----------
\n" ); document.write( "Let space for character 1 be \"x\".
\n" ); document.write( "2 space = x+5
\n" ); document.write( "3 space = x+5-7=x-2
\n" ); document.write( "4 space = x+5
\n" ); document.write( "--------------
\n" ); document.write( "Total space = x + x+5 + x-2 + x+5 = 4x+8
\n" ); document.write( "=============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );