document.write( "Question 968338: The product of two numbers is 90. One number is 2.5 times greater than the other. What are the two numbers?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #591763 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let one number be x. \n" ); document.write( "Then the other number is 2.5x. \n" ); document.write( "Product=90 \n" ); document.write( "x(2.5x)=90 \n" ); document.write( "2.5x^2=90 \n" ); document.write( "x^2=36 \n" ); document.write( "x=6 \n" ); document.write( "The numbers are 6 and 15. \n" ); document.write( " |