document.write( "Question 653056: A movie star, unwilling to give his age, posed the following riddle to a gossip columnist: \"8 years ago, I was 15 times as old as my daughter. Now I am 7 times as old as she is.\" How old is the movie star? \n" ); document.write( "
Algebra.Com's Answer #408240 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A movie star, unwilling to give his age, posed the following riddle to a gossip columnist: \"8 years ago, I was 15 times as old as my daughter. Now I am 7 times as old as she is.\" How old is the movie star? \n" ); document.write( "** \n" ); document.write( "let x= age of daughter now \n" ); document.write( "7x=age of movie star now \n" ); document.write( "8 years ago: \n" ); document.write( "x-8=age of daughter \n" ); document.write( "7x-8=age of movie star \n" ); document.write( "7x-8=15(x-8) \n" ); document.write( "7x-8=15x-120 \n" ); document.write( "8x=112 \n" ); document.write( "x=112/8=14 \n" ); document.write( "7x=98 \n" ); document.write( "age of movie star now=98 \n" ); document.write( " |