document.write( "Question 33781: I THINK I MIISED TYPED THE QUESTION BEFORE\r
\n" );
document.write( "\n" );
document.write( "1.JANE PICKED A NUMBER ADDED 3 TO IT MULTIPLIED THE SUM BY 5 THEN SUBTRACTED 8 AND DOUBLED THE RESULT. IF THE ANSWER WAS 44 WHAT NUMBER DID SHE START WITH\r
\n" );
document.write( "\n" );
document.write( "2.JUDY RODE HER BIKE 4 BLOCKS EAST 8 BLOCKS SOUTH 9 BLOCKS WESR AND 4 BLOCKS NORTH HOW MANY BLOCKS WEST AND SOUTH OF HER STARTING POINT WAS SHE? \n" );
document.write( "
Algebra.Com's Answer #20178 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 1.JANE PICKED A NUMBER ADDED 3 TO IT MULTIPLIED THE SUM BY 5 THEN SUBTRACTED 8 AND DOUBLED THE RESULT. IF THE ANSWER WAS 44 WHAT NUMBER DID SHE START WITH \n" ); document.write( "2(5(x+3)-8)=44 \n" ); document.write( "2(5x+15-8)=44 \n" ); document.write( "2(5x+7)=44 \n" ); document.write( "10x+14=44 \n" ); document.write( "10x=30 \n" ); document.write( "x=3 the number is three \n" ); document.write( "------------------------------------------------------------------------------- \n" ); document.write( "2.JUDY RODE HER BIKE 4 BLOCKS EAST 8 BLOCKS SOUTH 9 BLOCKS WESR AND 4 BLOCKS NORTH HOW MANY BLOCKS WEST AND SOUTH OF HER STARTING POINT WAS SHE? \n" ); document.write( "If you draw the route on a cordinate plane and start the bicycle at the origin, you get the starting point (0,0) and the end point (-5,-4) \n" ); document.write( "distance formula: d = ((y(sub 2)-y(sub 1))+(x(sub 2)-x(sub 1)))^(1/2) \n" ); document.write( "d = ((y(sub 2)-y(sub 1))^2+(x(sub 2)-x(sub 1))^2)^(1/2) use (0,0) and (-5,-4) \n" ); document.write( "d = ((-4-0)^2 + (-5-0)^2)^(1/2) \n" ); document.write( "d = ((-4)^2 + (-5)^2)^(1/2) \n" ); document.write( "d = (16 + 25)^(1/2) \n" ); document.write( "d = (41)^(1/2) is your distance (also named as the square root of 41) \n" ); document.write( " |