document.write( "Question 352819: I don't understand how to arrive at the answers to the following problems:\r
\n" );
document.write( "\n" );
document.write( "A)One number is 2 more than 5 times another. Their product is 24. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "B) One number is 4 times another. Their product is 4 times their sum. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #252186 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! let x=one number \n" ); document.write( "let y=the other number \n" ); document.write( "-- \n" ); document.write( "you are given: One number is 2 more than 5 times another \n" ); document.write( "x=2+5y \n" ); document.write( "-- \n" ); document.write( "also you are told: Their product is 24 \n" ); document.write( "x*y=24 \n" ); document.write( "== \n" ); document.write( "substitute x=2+5y into x*y=24 in order to reduce the problem by one variable \n" ); document.write( "x*y=(2+5y)*y=24 \n" ); document.write( "-- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "-- \n" ); document.write( "use the quadratic formula to solve for y \n" ); document.write( "where a=5, b=2 and c=-24 \n" ); document.write( "-- \n" ); document.write( "y= \n" ); document.write( "-- \n" ); document.write( "y=(-2-22)/10=-2.4 or y=(-2+22)/10=2 \n" ); document.write( "== \n" ); document.write( "substitute y=-2.4 or y=2 into x=2+5y to find x \n" ); document.write( "x=2+5(-2.4)=-10 and x=2+5*(2)=12 \n" ); document.write( "-- \n" ); document.write( "so the possible answers are x=-10 and y=-2.4 or x=12 and y=2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |