document.write( "Question 757539: A couple of girls go for a horse race clockwise around the outside of a rectangular field.
\n" );
document.write( "The rectangular field has 'a' as the shortest side and 'b' as the long side of a rectangle.
\n" );
document.write( "Mary runs all around the field for a total of 20km. Annabelle only gets half way along the first side marked with 'b' before cutting straight across the field, before heading back to the start. She in total rides for 16 km. What are the dimensions of the field? \n" );
document.write( "
Algebra.Com's Answer #460889 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A horse race clockwise around the outside of a rectangular field. \n" ); document.write( "The rectangular field has 'a' as the shortest side and 'b' as the long \n" ); document.write( " side of a rectangle. \n" ); document.write( "Mary runs all around the field for a total of 20km. Annabelle only \n" ); document.write( " gets half way along the first side marked with 'b' before cutting \n" ); document.write( " straight across the field, before heading back to the start. \n" ); document.write( " She in total rides for 16 km. What are the dimensions of the field? \n" ); document.write( ": \n" ); document.write( "Mary's perimeter \n" ); document.write( "2a + 2b = 20 \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "a + b = 10 \n" ); document.write( ": \n" ); document.write( "Anna's perimeter \n" ); document.write( "2a + 2(.5b) = 16 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "a + .5b = 8 \n" ); document.write( ": \n" ); document.write( "Using eliminatation \n" ); document.write( "a + b = 10 \n" ); document.write( "a +.5b = 8 \n" ); document.write( "------------ subtracting eliminates a, find b \n" ); document.write( "0 + .5b = 2 \n" ); document.write( "b = 4; (multiplied by 2) \n" ); document.write( "then \n" ); document.write( "a + 4 = 10 \n" ); document.write( "a = 6; (subtracted 4 from both sides) \n" ); document.write( ": \n" ); document.write( "4 by 6 is the dimensions \n" ); document.write( " |