document.write( "Question 147421: How do you find the perimeter of a figure if it shows you a variable added to the number one over four for the width, and a variable over 3 for the length? \n" ); document.write( "
Algebra.Com's Answer #107791 by aswathytony(47)![]() ![]() ![]() You can put this solution on YOUR website! since its not specified what figure is it , assume it as a rectangle.\r \n" ); document.write( "\n" ); document.write( " given width = x + 1/4\r \n" ); document.write( "\n" ); document.write( " length = x/3 \r \n" ); document.write( "\n" ); document.write( "perimeter of rectangle = 2(l+ b) \n" ); document.write( " = 2 ( (x + 1/4 ) + x/3 ) \n" ); document.write( " = 2 ( ( 4x + 1 )4 + x/3 ) \n" ); document.write( " = 2 ( 12x + 3 + 4x )/12 \n" ); document.write( " = ( 12 x + 3 + 4x)/6 \n" ); document.write( " = ( 16x + 3 )/6 \n" ); document.write( " \n" ); document.write( " |