document.write( "Question 945357: The width of the book is .42 cm shorter than its length. The book's perimeter is 5.96 cm. What are the width and length in centimeters? \n" ); document.write( "
Algebra.Com's Answer #576491 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
L=Length; W=Width=L-.42 cm; P=perimeter=2(L+W)
\n" ); document.write( "P=2(L+W) divide each side by 2
\n" ); document.write( "P/2=L+W Substitute for W
\n" ); document.write( "P/2=L+L-.42 cm
\n" ); document.write( "P/2=2L-.42cm Add .42 cm to each side
\n" ); document.write( "(P/2)+.42 cm=2L Plug in values
\n" ); document.write( "(5.96 cm/2)+.42 cm=2L
\n" ); document.write( "2.98cm+.42cm=2L
\n" ); document.write( "3.4 cm=2L Divide each side by 2
\n" ); document.write( "1.7 cm=L ANSWER 1: Length is 1.7 cm
\n" ); document.write( "W=L-.42 cm=1.7cm -.42cm=1.28 cm ANSWER 2: Width is 1.28 cm
\n" ); document.write( "CHECK
\n" ); document.write( "P=2(L+W)
\n" ); document.write( "5.96cm=2(1.7cm+1.28cm)
\n" ); document.write( "5.96cm=2(2.98cm)
\n" ); document.write( "5.96cm=5.96cm
\n" ); document.write( "
\n" );