document.write( "Question 694717: a rectangular picture 12cm by 10cm has a border of uniform width. if the area of the border is 168cm squared, how wide is the border \n" ); document.write( "
Algebra.Com's Answer #428143 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let the uniform border is b cm
\n" ); document.write( "so the picture 12cm by 10cm will be (12+2b)cm by (10+2b)cm with border
\n" ); document.write( "now the area of the border = area of picture with border-are of picture
\n" ); document.write( "or (12+2b)*(10+2b)-12*10=168 given
\n" ); document.write( "or 120+2b(12+10)+4b^2-120=168
\n" ); document.write( "or 4b^2+44b-168=0
\n" ); document.write( "or b^2+11b-42=0
\n" ); document.write( "or b^2+14b-3b-42=0
\n" ); document.write( "or b(b+14)-3(b+14)=0
\n" ); document.write( "or (b-3)(b+14)=0
\n" ); document.write( "or b=3 or -14 (discarded)
\n" ); document.write( "so the width of the border is 3 cms
\n" ); document.write( "
\n" );