document.write( "Question 9449: Hello-
\n" );
document.write( "Thanks in advance for helping me with this problem. I found the answer, but through guess and check, so it would be very helpful if you could tell me how to find the answer mathematicaly.\r
\n" );
document.write( "\n" );
document.write( "Mark and David both own a lot of Matchbox cars. Mark owns seven times the square root of the amount David owns. Together they own the square root of 9 multiplyed be the quotient of 27,150 and 181. How many cars do they own in all? How many cars does each boy own? Who owns more?\r
\n" );
document.write( "\n" );
document.write( "This really stumped me, but I found an answer.\r
\n" );
document.write( "\n" );
document.write( "Mark owns 126 cars.
\n" );
document.write( "David owns 324 cars.
\n" );
document.write( "Together they own 450 cars.
\n" );
document.write( "David owns more.\r
\n" );
document.write( "\n" );
document.write( "Thanks again in advance and I can't wait to hear from you.\r
\n" );
document.write( "\n" );
document.write( "Sincerely,
\n" );
document.write( "Trevor Pierce \n" );
document.write( "
Algebra.Com's Answer #5208 by mathmaven53(29)![]() ![]() ![]() You can put this solution on YOUR website! Let m be number of cars owned by Mark\r \n" ); document.write( "\n" ); document.write( " d be number owned by David\r \n" ); document.write( "\n" ); document.write( " m = 7 sqrt d\r \n" ); document.write( "\n" ); document.write( "m + d = (sqrt 9)(27150/181)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " The right side is computed to be 450\r \n" ); document.write( "\n" ); document.write( " Then 7 sqrt d + d = 450\r \n" ); document.write( "\n" ); document.write( " (sqrt d)^2 + 7 sqrt d - 450 = 0\r \n" ); document.write( "\n" ); document.write( "by quadratic formula \r \n" ); document.write( "\n" ); document.write( "sqrt d = [-7 + sqrt(49 +4(450))]/2\r \n" ); document.write( "\n" ); document.write( " We use the positve square root in answer else m would be a negative number \n" ); document.write( "Simplifying gives \r \n" ); document.write( "\n" ); document.write( " sqrt d = 18\r \n" ); document.write( "\n" ); document.write( " d = 324\r \n" ); document.write( "\n" ); document.write( " m = 7 sqrt d\r \n" ); document.write( "\n" ); document.write( " = 126\r \n" ); document.write( "\n" ); document.write( " I used a calculator to get these intermediate answers \r \n" ); document.write( "\n" ); document.write( " David has 324 cars and Mark has 126 \n" ); document.write( " David has more cars. \n" ); document.write( " \n" ); document.write( " |