document.write( "Question 507739: if a rectangle has on side as 12 and another as x. and a different rectangle has 2-x as one side and 16 as another, find the value of x so that the rectangles have the same area. \n" ); document.write( "
Algebra.Com's Answer #340702 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Area = Length * Width \n" ); document.write( "A = L*W \n" ); document.write( ". \n" ); document.write( "Rectangle 1: \n" ); document.write( ". \n" ); document.write( "L = 12 \n" ); document.write( "W = x \n" ); document.write( "A = 12x \n" ); document.write( ". \n" ); document.write( "Rectangle 2: \n" ); document.write( ". \n" ); document.write( "L = 16 \n" ); document.write( "W = 2-x \n" ); document.write( "A = 16(2-x) \n" ); document.write( "A = 32-16x \n" ); document.write( ". \n" ); document.write( "12x = 32-16x \n" ); document.write( ". \n" ); document.write( "-4x = 32 \n" ); document.write( "x = -8 \n" ); document.write( ". \n" ); document.write( "So this is impossible. \n" ); document.write( "You cannot have a negative width. \n" ); document.write( "There is something wrong with your problem statement. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |